var exParam=0
var newParam=0
function VisuMenu(Param){
    newParam=Param
    if (newParam!=exParam){
	    for(i=2;i<=7;i++){
	        document.getElementById("DivMenu"+i).style.visibility="hidden"
	    }
        exParam=Param
}}

function OuvreMenu(Param){
	document.getElementById("DivMenu"+Param).style.visibility="visible"
}

function DesactiveMenu(){
    for(i=2;i<=7;i++){
	    document.getElementById("Texte"+i).style.visibility="hidden"
	    document.getElementById("img"+i).src="images/menu"+i+".gif"
	        document.getElementById("DivMenu"+Param).style.visibility="hidden"
    }
    Cadre.style.visibility="hidden"
    Cadre2.style.visibility="hidden"
    exParam=0
}

function Cache(){
	for(i=1;i<=7;i++){
	    // document.all("DivMenu"+i).style.visibility="hidden"
	    document.getElementById("DivMenu"+i).style.visibility="hidden"
	}
}

function MenuAccueil(){

for (j=2;j<=7;j++){
html=""
    for (i=1;i<=8;i++){
        if (Menu[j][i]!=""){html+=" <a href='menu.htm?Ref="+j+"&Sous="+i+"' target=Centre class=LiensMenu onMouseOver='SurvoleOver();' onMouseOut='SurvoleOut();'>"+ Menu[j][i]+"</a><br>"}
    }
    document.getElementById("MenuAccueil"+j).innerHTML=html
}
AfficheBas(1)
}

function MenuInfos(){
if (location.href.search("Ref=")!=-1){RefMenu=location.href.substring(location.href.search("Ref=")+4,location.href.search("Ref=")+5)}
if (location.href.search("Sous=")!=-1){RefSousMenu=location.href.substring(location.href.search("Sous=")+5,location.href.search("Sous=")+6)}

Infos.location.href=Liens1[RefMenu][RefSousMenu]
html=""
html+=""
for (i=1;i<=8;i++){
    if (Menu[RefMenu][i]!=""){html+="<p><a href='"+ Liens1[RefMenu][i]+"' target='Infos' class='SousMenu' onmouseover='SurvoleOver();' onmouseout='SurvoleOut();'>"+ Menu[RefMenu][i]+"</a></p>"}
}

	document.getElementById("TitrePage").innerHTML=Titre[RefMenu]
    document.getElementById("MenuGauche").innerHTML=html
}

function ControlRedir(){
var TopRefMenu="0"
var TopRefSousMenu="0"
if (location.href.search("Ref=")!=-1){TopRefMenu=location.href.substring(location.href.search("Ref=")+4,location.href.search("Ref=")+5)}
if (location.href.search("Sous=")!=-1){TopRefSousMenu=location.href.substring(location.href.search("Sous=")+5,location.href.search("Sous=")+6)}
if ((TopRefMenu!="0")&&(TopRefSousMenu!="0")){Centre.location.href="menu.htm?Ref="+TopRefMenu+"&Sous="+TopRefSousMenu}
}

function AfficheBas(Param){
if(document.body)
{
var haut = (document.body.clientHeight);
var haut= haut-42

if (Param==1&&haut>600){top.MenuBas.innerHTML="<span id=AMenuBas><div style='position:absolute;left:0;top:"+haut+";'><img src=images/menubas.gif /></div></span>"}
if (Param==0){top.MenuBas.innerHTML="<span id=AMenuBas></span>"}
} 
}

