function sh(divek) {
	dajv=document.getElementById(divek).style;
	ajv=divek.split("_");
	ajv=ajv[1]+'_'+ajv[0];
	ajv=document.getElementById(ajv);
	if(dajv.display=='none') {
		dajv.display='block';
		if(ajv) {
			ajv.innerHTML='zwiń'
			ajv.style.backgroundImage="url('/retail/img/arrow-u.jpg')";
		}
	}
	else {
		dajv.display='none';
		if(ajv){
			ajv.innerHTML='rozwiń';
			ajv.style.backgroundImage="url('/retail/img/arrow-d.jpg')";
		}
	}
	if(document.getElementById('footer'))
		footer();
}

var topLayer='<div id="marryChristmas_layer" style="position:absolute;top:170px;left:230px;display:none; z-index:600;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="" width="731" height="731" id="expander-731x272x731" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="false" /><param name="movie" value="/retail/blue/files/swf/marry_christmas.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" />	<embed src="/retail/blue/files/swf/marry_christmas.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="731" height="731" name="expander-731x272x731" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="" /></object></div>';
document.write(topLayer);



function showToplayer() {
	$("#marryChristmas_layer").css("display","");
	$("#top").show();
}
function closeTopLayer() {
	$("#marryChristmas_layer").css("display","none");
	$("#top").remove(); 
}


$(function(){
	/*
	var home_layer=f.cookie.get('home_layer');
	if ( home_layer != 1) {
		$('#marryChristmas_layer').css('display','');
		f.cookie.set("home_layer","1",30);
	}
	*/
});

//rabatowcy czy wiesz ze film flash layer
$(function(){
	var swf = '<a href="#" style="float:right; display:inline; margin:5px 10px 5px 0;">zamknij</a><p> <object style="margin:0 auto;" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="380" height="274" id="myFlashContent"><param name="movie" value="/retail/blue/images/karty/filmy/player_380x286.swf" /><param name="flashvars" value="link=/retail/blue/files/swf/rabatowcy.flv &amp;screen=/retail/blue/images/home/big_rabatowcy.jpg " /><!--[if !IE]>--><object type="application/x-shockwave-flash" data="/retail/blue/images/karty/filmy/player_380x286.swf" width="380" height="274"><param name="flashvars" value="link=/retail/blue/files/swf/rabatowcy.flv&amp;screen=/retail/blue/images/home/big_rabatowcy.jpg" /><!--<![endif]--><!--[if !IE]>--></object><!--<![endif]--></object> </p>';
	
	
	$('.film').click(function(){
		$('#filmBoxPlayer').html(swf).fadeIn();

		return false;
	});
	$('.filmBox a').live('click', function(){
		$('#filmBoxPlayer').fadeOut(function() { $(this).empty(); });
		return false;
	});	

});



