function onPageLoad()
{
	$(document).pngFix();    
	$('a[rel*=facebox]').facebox();
	swfobject.embedSWF("media/offre_BD.swf", "flash_offre", "150", "310", "9.0.0", "", { adresseXML :"media/data.xml" } , { menu:"false", allowScriptAccess:"always", wmode:"opaque" }); 
}
$(document).ready(function(){
	onPageLoad();
});

function open_popup(page, name, width, height) 
{
   window.open(page,"nom_popup","menubar=no, status=no, scrollbars=yes, menubar=no,resizable=no, width=" + width + ", height=" + height);
}

function open_popup_redirect(redirect, page, name, width, height) 
{
   window.open(page,"nom_popup","menubar=no, status=no, scrollbars=yes, menubar=no,resizable=no, width=" + width + ", height=" + height);
   window.location = redirect;
}

function skipIntroVideo()
{
	document.getElementById("video-intro").style.display = "none";
}