
<!-- Begin

//    selmen="bacc" ;
   selmen="bact" ;
//    selmen="bequ" ;

   libmen=parent.document.cookie.substring(0,3) ;
 
   if (libmen=='acc') { selmen="bacc" ;  } ;
   if (libmen=='act') { selmen="bact" ;  } ;
   if (libmen=='clu') { selmen="bclu" ;  } ;
   if (libmen=='equ') { selmen="bequ" ;  } ;
   if (libmen=='cal') { selmen="bcal" ;  } ;
   if (libmen=='his') { selmen="bhis" ;  } ;
   if (libmen=='ann') { selmen="bann" ;  } ;
   if (libmen=='con') { selmen="bcon" ;  } ;

function chgon(image)
 { if (document.images) { if (selmen!=image) {document[image].src=eval(image + "_on.src"); }}
 }
function chgok(image)
 { if (document.images)                      {document[image].src=eval(image + "_ok.src"); }
 }
function chgoff(image) 
 { if (document.images) { if (selmen!=image) {document[image].src=eval(image + "_off.src"); } }
 }
function chgcaddr(nbout)
 { oldmen=selmen; selmen=nbout; 
   parent.document.cookie='';
   if (nbout=='bacc') {parent.haut.location.href="../accueil.htm"  ;  parent.bas.location.href="accueil/acc_1.htm" ;  }
   if (nbout=='bact') {parent.haut.location.href="../actualite.htm";  parent.bas.location.href="actualites/act_1.htm" ;  }
   if (nbout=='bclu') {parent.haut.location.href="../le_club.htm";    parent.bas.location.href="club/clu_intr.htm" ; parent.gauche.location.href="../menu.htm" ; }
   if (nbout=='bequ') {parent.haut.location.href="../equipes.htm";    parent.bas.location.href="../equipes/equ_intr.htm" ;  }
   if (nbout=='bcal') {parent.haut.location.href="../calendrier.htm"; parent.bas.location.href="calendrier/age_1.htm" ;  }
   if (nbout=='bhis') {parent.haut.location.href="../histoire.htm";   parent.bas.location.href="histoire/his_intr.htm" ;  }
   if (nbout=='bann') {parent.haut.location.href="../le_club.htm";    parent.bas.location.href="construction.htm" ;  }
   if (nbout=='bcon') {parent.haut.location.href="../contacts.htm";   parent.bas.location.href="contacts/con_intr.htm" ;  }
   
   
 }

// End -->


