var menu=new Array();





var puceVide="/menu/img/puce_vide.gif";


var puceAffiche= null;


var sousPuceAffiche= null;


var MENU_timer=1000;


var MENU_idTimer=0;





var menu_01_roll=new Array(5);


menu_01_roll[0]="/menu/img/menus_03.jpg";


menu_01_roll[1]="/menu/img/etudiant_03.jpg";


menu_01_roll[2]="/menu/img/entreprise_03.jpg";


menu_01_roll[3]="/menu/img/enseignant_03.jpg";


menu_01_roll[4]="/menu/img/partenaire_03.jpg";





var MENU_drapeau=new Array(8);


MENU_drapeau["fr"]="/menu/img/france2.gif";


MENU_drapeau["frOn"]="/menu/img/france2on.gif";


MENU_drapeau["uk"]="/menu/img/uk2.gif";


MENU_drapeau["ukOn"]="/menu/img/uk2on.gif";


MENU_drapeau["de"]="/menu/img/germany2.gif";


MENU_drapeau["deOn"]="/menu/img/germany2on.gif";


MENU_drapeau["es"]="/menu/img/spain2.gif";


MENU_drapeau["esOn"]="/menu/img/spain2on.gif";





var MENU_version=(document.all && !document.getElementById)?"ie4":(document.layers && !document.getElementById)?"ns4":(document.getElementById)?"dom":"old";





function MENU_changeClass(laCible,laClass)


{


  laCible.className=laClass;


}





function MENU_affichePuce(l,img,source)


{


 if(l.length<=0){


  if(puceAffiche!=null){puceAffiche.src=puceVide;puceAffiche=null;}


  if(sousPuceAffiche!=null){sousPuceAffiche.src=puceVide;sousPuceAffiche=null;}


 }


 else {


  switch(MENU_version){


   case "ns4" :


    if(puceAffiche!=null) puceAffiche.src=puceVide;


    if(sousPuceAffiche!=null){sousPuceAffiche.src=puceVide;sousPuceAffiche=null;}


    document.layers[l].document.images["i"+l+img].src=source;


    puceAffiche=document.layers[l].document.images["i"+l+img];


   break;


   case "ie4" :


    if(puceAffiche!=null) puceAffiche.src=puceVide;


    if(sousPuceAffiche!=null){sousPuceAffiche.src=puceVide;sousPuceAffiche=null;}


    document.images["i"+l+img].src=source;


    puceAffiche=document.images["i"+l+img];


   break;


   case "dom" :


    if(puceAffiche!=null) puceAffiche.src=puceVide;


    if(sousPuceAffiche!=null){sousPuceAffiche.src=puceVide;sousPuceAffiche=null;}


    document.getElementById("i"+l+img).src=source;


    puceAffiche=document.getElementById("i"+l+img);


   break;


  }


 }


}





function MENU_rollImg(nb)


{


  document.images["menu_01"].src=MWHook(menu_01_roll[nb],5);


}





function MENU_showHideLayers()


{


 var args=MENU_showHideLayers.arguments;


 var l=args[0];


 var p=args[1];


 var tableau=args[2];


 window.status="";


 switch(MENU_version){


  case "ns4" :


   if (l=="none"){for(i=p;i<tableau.length;i++){ if(tableau[i]!=""){document.layers[tableau[i]].visibility="hide";tableau[i]="";}}}


   else{


    for(i=p;i<tableau.length;i++){ if(tableau[i]!=""){document.layers[tableau[i]].visibility="hide";tableau[i]="";}}


    document.layers[l].visibility="show";


    tableau[p]=l;


   }


  break;


  case "ie4" :


   if (l=="none"){for(i=p;i<tableau.length;i++){ if(tableau[i]!=""){document.all[tableau[i]].style.visibility="hidden";tableau[i]="";}}}


   else{


    for(i=p;i<tableau.length;i++){ if(tableau[i]!=""){document.all[tableau[i]].style.visibility="hidden";tableau[i]="";}}


    document.all[l].style.visibility="visible";


    tableau[p]=l;


   }


  break;


  case "dom" :


   if (l=="none"){for(i=p;i<tableau.length;i++){ if(tableau[i]!=""){document.getElementById(tableau[i]).style.visibility="hidden";tableau[i]="";}}}


   else{


    for(i=p;i<tableau.length;i++){ if(tableau[i]!=""){document.getElementById(tableau[i]).style.visibility="hidden";tableau[i]="";}}


    document.getElementById(l).style.visibility="visible";


    tableau[p]=l;


   }


   break;


 }


}



