$(document).ready(function(){
	$('#despre_open').popupmenu({
		target: "#despre_content",
		time: 300 
	});	
	$("#despre_open").hover(function(){
		$("#despre_content").css({"top": $('#despre_open').position().top - $("#despre_content").height(), "left": $('#site_content').position().left, "width":$('#site_content').width()});
		return false;
	});
	$('#banner_comenzi').flash({swf: 'promo/comenzi.swf',width: 530,height: 100});	
	$('#banner_comanda').flash({swf: 'promo/comanda.swf',width: 215,height: 215});	
	
	$('#banner_float').flash( {
			swf: 'promo/cheesycrust.swf' , 
			width: 490,
			height: 205, 
			params: {
				play: true,
				loop: true,
				flashvars: {
					url: 'http://www.phdpizza.ro/index.php?menu=promotie&PromotieID=35'
				}
			}
	} ); 
	if(floating_banner) {
		var _y=$(window).height()-205;
		$("#banner_desert").makeFloat({x:0,y:_y,speed:"fast",alwaysVisible:true});
		$(".closeBanner").click(function () { 
			$("#banner_desert").hide();
			$("#banner_desert_space").hide();
			 $.ajax({
			   type: "GET",
			   url: "hide_banner.php"
			 });
			return true;
		});
		$(window).resize(function(){
			var _y=$(window).height()-205;
			$("#banner_desert").makeFloat({x:0,y:_y,speed:"fast",alwaysVisible:true});
		});
	}	
	
});
