$(function(){
	if (swfobject.hasFlashPlayerVersion('8')) {
		$('body').append('<div id="PreHomeCont" style="height:756px;width:100%;position:absolute;z-index:99999;top:0"><div style="position:relative;overflow: hidden;margin:0 auto;width:100%;height:756px"><div id="PreHome"></div></div></div>');
		swfobject.embedSWF("/resources/1112/Accueil/Prehome_Cerisaie.swf", "PreHome", "100%", "756", "9.0.0", "/htdocs/projects/onp/0910/flash/expressInstall.swf", {}, {wmode: "transparent", scale: "noscale", allowScriptAccess: "sameDomain"});
	} else {
		//$("#alt_flash")[0].startMovie();
	}
});

function removePreHome() {
	$('#PreHomeCont').remove();
}

