
<!-- 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" ;  } ;

if (document.images) {//chargement des images
	bacc_on=new Image();  bacc_on.src= "images/b_acc_on.gif";
	bacc_ok=new Image();  bacc_ok.src= "images/b_acc_ok.gif";
	bacc_off=new Image(); bacc_off.src="images/b_acc_off.gif";
	bact_on=new Image();  bact_on.src= "images/b_act_on.gif";
	bact_ok=new Image();  bact_ok.src= "images/b_act_ok.gif";
	bact_off=new Image(); bact_off.src="images/b_act_off.gif";
	bclu_on=new Image();  bclu_on.src= "images/b_clu_on.gif";
	bclu_ok=new Image();  bclu_ok.src= "images/b_clu_ok.gif";
	bclu_off=new Image(); bclu_off.src="images/b_clu_off.gif";
	bequ_on=new Image();  bequ_on.src= "images/b_equ_on.gif";
	bequ_ok=new Image();  bequ_ok.src= "images/b_equ_ok.gif";
	bequ_off=new Image(); bequ_off.src="images/b_equ_off.gif";
	bcal_on=new Image();  bcal_on.src= "images/b_cal_on.gif";
	bcal_ok=new Image();  bcal_ok.src= "images/b_cal_ok.gif";
	bcal_off=new Image(); bcal_off.src="images/b_cal_off.gif";
	bhis_on=new Image();  bhis_on.src= "images/b_his_on.gif";
	bhis_ok=new Image();  bhis_ok.src= "images/b_his_ok.gif";
	bhis_off=new Image(); bhis_off.src="images/b_his_off.gif";
	bann_on=new Image();  bann_on.src= "images/b_ann_on.gif";
	bann_ok=new Image();  bann_ok.src= "images/b_ann_ok.gif";
	bann_off=new Image(); bann_off.src="images/b_ann_off.gif";
	bcon_on=new Image();  bcon_on.src= "images/b_con_on.gif";
	bcon_ok=new Image();  bcon_ok.src= "images/b_con_ok.gif";
	bcon_off=new Image(); bcon_off.src="images/b_con_off.gif";
 } ;
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 chgcadr(nbout)
 { oldmen=selmen; selmen=nbout; chgoff(oldmen); chgok(selmen) ;
   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" ;  }
   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 -->


