//MENU DEROULANT
function getUrl()
    {
        var siteUrl = window.location.href;
        siteUrl =siteUrl.replace("http://", "");
        var i = siteUrl.indexOf("/");
        siteUrl = siteUrl.substring(0, i);
        return 'http://' + siteUrl;
    }
    
var iframesupport = true;
 function montre(id) {
	  if (document.getElementById) {
		  document.getElementById(id).style.display="block";
		} else if (document.all) {
		  document.all[id].style.display="block";
		} else if (document.layers) {
		  document.layers[id].display="block";
		} } 

 function cache(id) {
	  if (document.getElementById) {
		  document.getElementById(id).style.display="none";
		} else if (document.all) {
		  document.all[id].style.display="none";
		} else if (document.layers) {
		  document.layers[id].display="none";
		} } 

function setHeight(){// récupère la hauteur de la fiche	
	var iframeHeight=document.getElementById('iframeCont').offsetHeight;
	window.parent.document.getElementById('iframeOffre').height=iframeHeight;
}


function setHeightFormProfil(){// récupère la hauteur de la fiche	
	if(document.domain=="promobonus.e-leclerc.com")
	{
		if(navigator.appName!="Netscape")
		{
			var iframeHeight=document.getElementById('iframeFormProfilCont').offsetHeight;
			window.parent.document.getElementById('iframeProfil').height=iframeHeight;
		}
		
	}
	else
	{

		var iframeHeight=document.getElementById('iframeFormProfilCont').offsetHeight;
		window.parent.document.getElementById('iframeProfil').height=iframeHeight;
    
	}
	
	
	
}
function setHeightFormProfilPixiBox(){// récupère la hauteur de la fiche	
	

	if(navigator.appName!="Netscape")
	{
		var iframeHeight=document.getElementById('iframeFormProfilCont').offsetHeight;
		window.parent.document.getElementById('iframeProfil').height=iframeHeight;
	}
	
}
function setHeightFormProfiltest() { 
	var h = 0;
	h = document.getElementById('iframeFormProfilCont').offsetHeight; 
	top.change_hauteur(h);
}

function afficherOffre (){//affiche le layer contenant l'iframe
	
	MM_showHideLayers('iframecontent','','visible','closepopup','','visible');
			}

function masquerOffre (){//masque le layer contenant l'iframe
	window.parent.MM_showHideLayers('iframecontent','','hidden','closepopup','','hidden');
}

// detection de Iframe 
function afficherEspacePerso(UrlQuery, magURL, sVieLocale)
{
	if (iframesupport) {
		showlayer('iframecontent');
		iframeOffre.location = "http://www.e-leclerc.com/c2k/magasin/commun/LayerMasthead.asp?txtVieLocale="+sVieLocale+"&txtMag="+magURL+"&txtUrlQuery=" + UrlQuery;
		//iframeOffre.location = "/pages/identif.aspx?txtVieLocale="+sVieLocale+"&txtMag="+magURL+"&txtUrlQuery=" + UrlQuery;
	}
	else if (magURL == "" || magURL == "c2k" )
	{
		
		document.location = getUrl() + "/Inscription/Formulaire.aspx";//"http://www.e-leclerc.com/c2k/portail/espace/home.asp";
	}
	else
	{
		document.location = "http://www.e-leclerc.com/"+magURL+"/dyn/espace/home.asp";//getUrl();
	}
}
