Shadowbox.init({
			language: 'pl'
		});

/*
	$(document).ready(function(){
		$('img[src$=.png], .header, .content, .simple_overlay .close ').pngfix();

	});

jQuery(document).ready(function(){
	var flashvars = {};
	var params = {wmode: "transparent"};
	var attributes = {};
	//swfobject.embedSWF("/flash/"+document.getElementById('flash_lang').innerHTML+".swf", "flash", "219", "210", "8", null, flashvars, params, attributes);

	swfobject.embedSWF("/dmd/flash/strona.swf", "flash", "849", "371", "8", null, flashvars, params, attributes);
	swfobject.embedSWF("/dmd/flash/sklep.swf", "flash_sklep", "849", "248", "8", null, flashvars, params, attributes);
});
*/

$(document).ready(function(){
	var flashvars = {};
	var params = {wmode: "transparent"};
	var attributes = {};
	var attributes = {};
	swfobject.embedSWF("/e-drobiazg/flash/flash.swf", "flash", "300", "255", "8", null, flashvars, params, attributes);
});	

$(document).ready(function(){
    $('#NewsletterMail').focus(function() { $(this).val(''); });
    $('#passwdInput').focus(function() { $(this).val(''); });
    $('#loginInput').focus(function() { $(this).val(''); });
    $('#search-text').focus(function() { $(this).val(''); });

    if($('#order-register').hasClass('auto-hide')) $('#order-register').hide();
    if($('#order-delivery').hasClass('auto-hide')) $('#order-delivery').hide();
    if($('#order-facture').hasClass('auto-hide')) $('#order-facture').hide();

    $('#order-register-option input:radio').change(function() { ($(this).val()=='0') ? $('#order-register').hide() : $('#order-register').show();});
    $('#order-delivery-option input:radio').change(function() { ($(this).val()=='0') ? $('#order-delivery').hide() : $('#order-delivery').show();});
    $('#order-facture-option input:radio').change(function() { ($(this).val()=='0') ? $('#order-facture').hide() : $('#order-facture').show();});

});
