﻿
if(ct){
	lnkURL = 'http://www.leclercmobile.fr/pgeWERL003_SimulateurIntro.aspx';
	
	var alphapopup,aidecouvintl;
	function aideCouvIntl(){
		var bc = document.getElementById("bodycontent");
		if(typeof alphapopup=="undefined"){
			alphapopup = document.createElement("div");
			alphapopup.id="alphapopup";
			bc.appendChild(alphapopup);
			aidecouvintl = document.createElement("div");
			aidecouvintl.id="aidecouvintl";
			aidecouvintl.innerHTML='<span>&nbsp;</span><div>&nbsp;</div>';
			aidecouvintl.firstChild.onclick = aideCouvIntl;
			bc.appendChild(aidecouvintl);
		}
		d = alphapopup.style.display;
		if(d!='block'){
			alphapopup.style.width = bc.offsetWidth+"px";
			alphapopup.style.height = bc.offsetHeight+"px";
			alphapopup.style.display = 'block';
			aidecouvintl.lastChild.innerHTML='<object type="application/x-shockwave-flash" data="/img/services/aide-couvintl.swf" width="550" height="400" id="simulconso"><param name="movie" value="/img/services/aide-couvintl.swf" /><param name="flashvars" value="lnkURL='+lnkURL+'" /><param name="allowScriptAccess" value="always" /><param name="wmode" value="transparent" /></object>';
			aidecouvintl.style.display = 'block';
		}
		else{
			alphapopup.style.display = 'none';
			aidecouvintl.style.display = 'none';
		}
	};
	
	var h3=ct.getElementsByTagName('h3');
	for(var i=0;i<h3.length;i++){
		if(h3[i].parentNode.firstChild==h3[i]){
			s=document.createElement("span");
			s.innerHTML="&nbsp;";
			s.className='aide';
			h3[i].appendChild(s);
			h3[i].onclick=aideCouvIntl;
		}
	}
}


