 <!--
var explor=0
if(navigator.appName == "Microsoft Internet Explorer"){
        explor=1
      }
 if(explor==1 && navigator.appVersion.substring(0,3)<'4'){
       explor=2
      }
              
    if(explor!=2){   
         bout0off=new Image;
     bout0off.src="./icone0off.gif";
     bout0on=new Image;
     bout0on.src="./icone0on.gif";
   bout0Click=new Image;
   bout0Click.src="./icone0on.gif";
    
     bout1off=new Image;
     bout1off.src="./icone1off.gif";
     bout1on=new Image;
     bout1on.src="./icone1on.gif";
   bout1Click=new Image;
   bout1Click.src="./icone1on.gif";
    
     bout2off=new Image;
     bout2off.src="./icone2off.gif";
     bout2on=new Image;
     bout2on.src="./icone2on.gif";
   bout2Click=new Image;
   bout2Click.src="./icone2on.gif";
 
   
     bout3off=new Image;
     bout3off.src="./icone3off.gif";
     bout3on=new Image;
     bout3on.src="./icone3on.gif";
   bout3Click=new Image;
   bout3Click.src="./icone3on.gif";
 
    
     bout4off=new Image;
     bout4off.src="./icone4off.gif";
     bout4on=new Image;
     bout4on.src="./icone4on.gif";
   bout4Click=new Image;
   bout4Click.src="./icone4on.gif";
   
   
     bout5off=new Image;
     bout5off.src="./icone5off.gif";
     bout5on=new Image;
     bout5on.src="./icone5on.gif";
   bout5Click=new Image;
   bout5Click.src="./icone5on.gif";
   

}  
 
 var active; 
  function bout(name,type) {
  	
             if(document.cookie!=""){ 
                var page=document.cookie		
                 if(page=="accueil"){
                  name="bout1"
                  type="off"
                 }
                 if(page=="recouvrement"){
                  name="bout2"
                  type="off"
                 }
                 if(page=="creditclient"){
                  name="bout3"
                  type="off"
                 }
               DeleteCookie("") 
              }
             
    if (type == 'p') {
    	      	
      if (active) {
      	          	
        document.images[active].src = eval(active + "off.src")
      }
      document.images[name].src = eval(name + "Click.src")
      active=name
    }
    if (type == 'on') {
      document.images[name].src = eval(name + "on.src")
     }
    if (type == 'off') {
      if (name != active) {
        document.images[name].src = eval(name + "off.src")
       }
      if (name == active) {
        document.images[name].src = eval(name + "Click.src")
      }
    }
     
 }
 
  function page(){
open("page.html","","toolbar=no,resizable=yes,scrollbars=yes,location=no,status=no,width=450,height=400'")
}
 function admin() {
   var password = prompt("Tapez votre mot de passe", "")
var location=password + ".php3";
    this.location.href = location;
}
  //-->