
swfobject.embedSWF("/img/home/intro.swf", "intro", "670", "430", "9",false,{'urlmini':'/formules/formule-mini.html','urlmaxi':'/formules/formule-maxi.html','urlcrazy':'/formules/formule-crazy.html'},{'wmode':'transparent'});
//swfobject.embedSWF("/img/home/pub.swf", "mobile1", "200", "153", "9");
swfobject.embedSWF("/img/home/play.swf", "mobile1", "204", "153", "9");
//swfobject.embedSWF("/img/home/anim-mobile1.swf", "mobile2", "200", "153", "9",false,{'clickTag':'/mobiles/alcatel-ot-s210.html'});
swfobject.embedSWF("/img/home/anim-calculateur1.swf", "mobile2", "200", "153", "9",false,{'clickTag':'http://logi150.xiti.com/go.click?xts=333467%26s2=%26p=Redirect_calculateur%26clic=A%26type=click%26url=http://calculateur.leclercmobile.fr'});

//<div id="mobile2">
//img/home/sagem-my411x-rg512.swf
//clickTag=/fr/mobiles/sagem-my411x-rg512.html"

var pub,initpub='';
function openVideo(){
	if(initpub==''){
		pub = document.getElementById('pub');
		initpub = pub.innerHTML;
	}
	if(pub.style.display != 'block'){
		pub.lastChild.onclick = _closeVideo;
		pub.style.display = 'block';
		swfobject.embedSWF("/img/home/pub.swf", "pubswf", "670", "430", "9",false,{},{'wmode':'transparent'});
	}
};
function closeVideo(){
	setTimeout("_closeVideo()",3000);
};
function _closeVideo(){
	pub.innerHTML = initpub;
	pub.style.display = 'none';
};
