
 tableau_bt_off=new Array;
 tableau_bt_off[0]=new Image;
 tableau_bt_off[1]=new Image;
 tableau_bt_off[2]=new Image;
 tableau_bt_off[3]=new Image;
 tableau_bt_off[4]=new Image;
 tableau_bt_off[5]=new Image;
 tableau_bt_off[6]=new Image;
 tableau_bt_off[7]=new Image;

 tableau_bt_off[0].src="../bt_compagnie_off.jpg";
 tableau_bt_off[1].src="../bt_anatole_off.jpg";
 tableau_bt_off[2].src="../bt_chanteraine_off.jpg";
 tableau_bt_off[3].src="../bt_deplacement_off.jpg";
 tableau_bt_off[4].src="../bt_histoire_gauche_off.jpg";
 tableau_bt_off[5].src="../bt_histoire_droite_off.jpg";
 tableau_bt_off[6].src="../bt_presse_off.jpg";
 tableau_bt_off[7].src="../bt_liens_off.jpg";

 tableau_bt_on=new Array;
 tableau_bt_on[0]=new Image;
 tableau_bt_on[1]=new Image;
 tableau_bt_on[2]=new Image;
 tableau_bt_on[3]=new Image;
 tableau_bt_on[4]=new Image;
 tableau_bt_on[5]=new Image;
 tableau_bt_on[6]=new Image;
 tableau_bt_on[7]=new Image;

 tableau_bt_on[0].src="../bt_compagnie_on.jpg";
 tableau_bt_on[1].src="../bt_anatole_on.jpg";
 tableau_bt_on[2].src="../bt_chanteraine_on.jpg";
 tableau_bt_on[3].src="../bt_deplacement_on.jpg";
 tableau_bt_on[4].src="../bt_histoire_gauche_on.jpg";
 tableau_bt_on[5].src="../bt_histoire_droite_on.jpg";
 tableau_bt_on[6].src="../bt_presse_on.jpg";
 tableau_bt_on[7].src="../bt_liens_on.jpg";

 tableau_legende_off=new Array;
 tableau_legende_off[0]=new Image;
 tableau_legende_off[1]=new Image;
 tableau_legende_off[2]=new Image;
 tableau_legende_off[3]=new Image;
 tableau_legende_off[4]=new Image;
 tableau_legende_off[5]=new Image;
 tableau_legende_off[6]=new Image;

 tableau_legende_off[0].src="../bord_compagnie.gif";
 tableau_legende_off[1].src="../bord_anatole.gif";
 tableau_legende_off[2].src="../bord_chanteraine.gif";
 tableau_legende_off[3].src="../bord_deplacement.gif";
 tableau_legende_off[4].src="../bord_histoire.gif";
 tableau_legende_off[5].src="../bord_presse.gif";
 tableau_legende_off[6].src="../bord_liens.gif";

 tableau_legende_on=new Array;
 tableau_legende_on[0]=new Image;
 tableau_legende_on[1]=new Image;
 tableau_legende_on[2]=new Image;
 tableau_legende_on[3]=new Image;
 tableau_legende_on[4]=new Image;
 tableau_legende_on[5]=new Image;
 tableau_legende_on[6]=new Image;

 tableau_legende_on[0].src="../bord_compagnie_on.gif";
 tableau_legende_on[1].src="../bord_anatole_on.gif";
 tableau_legende_on[2].src="../bord_chanteraine_on.gif";
 tableau_legende_on[3].src="../bord_deplacement_on.gif";
 tableau_legende_on[4].src="../bord_histoire_on.gif";
 tableau_legende_on[5].src="../bord_presse_on.gif";
 tableau_legende_on[6].src="../bord_liens_on.gif";

 menu_fond=new Image;
 menu_fond.src="../menu_fond.jpg";

 function reload_subst()
 {
   tableau_bt_off[0].src="../bt_compagnie_off.jpg";
   tableau_bt_off[1].src="../bt_anatole_off.jpg";
   tableau_bt_off[2].src="../bt_chanteraine_off.jpg";
   tableau_bt_off[3].src="../bt_deplacement_off.jpg";
   tableau_bt_off[4].src="../bt_histoire_gauche_off.jpg";
   tableau_bt_off[5].src="../bt_histoire_droite_off.jpg";
   tableau_bt_off[6].src="../bt_presse_off.jpg";
   tableau_bt_off[7].src="../bt_liens_off.jpg";

   tableau_bt_on[0].src="../bt_compagnie_on.jpg";
   tableau_bt_on[1].src="../bt_anatole_on.jpg";
   tableau_bt_on[2].src="../bt_chanteraine_on.jpg";
   tableau_bt_on[3].src="../bt_deplacement_on.jpg";
   tableau_bt_on[4].src="../bt_histoire_gauche_on.jpg";
   tableau_bt_on[5].src="../bt_histoire_droite_on.jpg";
   tableau_bt_on[6].src="../bt_presse_on.jpg";
   tableau_bt_on[7].src="../bt_liens_on.jpg";

   tableau_legende_off[0].src="../bord_compagnie.gif";
   tableau_legende_off[1].src="../bord_anatole.gif";
   tableau_legende_off[2].src="../bord_chanteraine.gif";
   tableau_legende_off[3].src="../bord_deplacement.gif";
   tableau_legende_off[4].src="../bord_histoire.gif";
   tableau_legende_off[5].src="../bord_presse.gif";
   tableau_legende_off[6].src="../bord_liens.gif";

   tableau_legende_on[0].src="../bord_compagnie_on.gif";
   tableau_legende_on[1].src="../bord_anatole_on.gif";
   tableau_legende_on[2].src="../bord_chanteraine_on.gif";
   tableau_legende_on[3].src="../bord_deplacement_on.gif";
   tableau_legende_on[4].src="../bord_histoire_on.gif";
   tableau_legende_on[5].src="../bord_presse_on.gif";
   tableau_legende_on[6].src="../bord_liens_on.gif";
   
   return true;
 }

 function bouton_allumer(numero)
 {
   switch(numero)
   {
     case 1 :
     document.compagnie.src=tableau_bt_on[0].src;
     document.legende_compagnie.src=tableau_legende_on[0].src;
     break;
     case 2 :
     document.anatole.src=tableau_bt_on[1].src;
     document.legende_anatole.src=tableau_legende_on[1].src;
     break;
     case 3 :
     document.chanteraine.src=tableau_bt_on[2].src;
     document.legende_chanteraine.src=tableau_legende_on[2].src;
     break;
     case 4 :
     document.deplacement.src=tableau_bt_on[3].src;
     document.legende_deplacement.src=tableau_legende_on[3].src;
     break;
     case 5 :
     document.histoire_gauche.src=tableau_bt_on[4].src;
     document.histoire_droite.src=tableau_bt_on[5].src;
     document.legende_histoire.src=tableau_legende_on[4].src;
     break;
     case 6 :
     document.presse.src=tableau_bt_on[6].src;
     document.legende_presse.src=tableau_legende_on[5].src;
     break;
     case 7 :
     document.liens.src=tableau_bt_on[7].src;
     document.legende_liens.src=tableau_legende_on[6].src;
     break;
   }
   return true;
 }

 function bouton_eteindre(numero)
 {
   switch(numero)
   {
     case 1 :
     document.compagnie.src=tableau_bt_off[0].src;
     document.legende_compagnie.src=tableau_legende_off[0].src;
     break;
     case 2 :
     document.anatole.src=tableau_bt_off[1].src;
     document.legende_anatole.src=tableau_legende_off[1].src;
     break;
     case 3 :
     document.chanteraine.src=tableau_bt_off[2].src;
     document.legende_chanteraine.src=tableau_legende_off[2].src;
     break;
     case 4 :
     document.deplacement.src=tableau_bt_off[3].src;
     document.legende_deplacement.src=tableau_legende_off[3].src;
     break;
     case 5 :
     document.histoire_gauche.src=tableau_bt_off[4].src;
     document.histoire_droite.src=tableau_bt_off[5].src;
     document.legende_histoire.src=tableau_legende_off[4].src;
     break;
     case 6 :
     document.presse.src=tableau_bt_off[6].src;
     document.legende_presse.src=tableau_legende_off[5].src;
     break;
     case 7 :
     document.liens.src=tableau_bt_off[7].src;
     document.legende_liens.src=tableau_legende_off[6].src;
     break;
   }
   return true;
 }

 function galerie(nom)
 {
   max_largeur=eval('galerie_' + nom + '_largeur');
   max_hauteur=eval('galerie_' + nom + '_hauteur');
   pointeur_galerie=window.open('../galeries/index.php?fichier=' + nom + '&numero=1',nom,'width=' + (max_largeur+30) + ',height=' + (124+(max_hauteur+4+13)+98) + ',channelmode=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0,left=10,top=10');
   pointeur_galerie.focus();

   return true;
 }

 function galerie_nom(nom,nom_img,type_img)
 {
   max_largeur=eval('galerie_' + nom + '_largeur');
   max_hauteur=eval('galerie_' + nom + '_hauteur');
   pointeur_galerie=window.open('../galeries/index.php?fichier=' + nom + '&nom_img=' + nom_img + '&type_img=' + type_img,nom,'width=' + (max_largeur+30) + ',height=' + (124+(max_hauteur+4+13)+98) + ',channelmode=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0,left=10,top=10');
   pointeur_galerie.focus();

   return true;
 }

 function ouvre_popup(largeur,hauteur,adresse,nom)
 {
   pointeur_popup=window.open(adresse,nom,'width='+largeur+',height='+hauteur+',channelmode=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0,left=50,top=50');
   pointeur_popup.focus();

   return true;
 }

 function ouvre_popup_liens()
 {
   pointeur_popup=window.open('../liens/index.php','liens','width=720,height=520,channelmode=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=1,status=0,toolbar=0,left=25,top=75');
   pointeur_popup.focus();

   return true;
 }
