bioon = new Image();
bioon.src = "images/biographie2.gif";
bio = new Image();
bio.src = "images/biographie1.gif";
photoson = new Image();
photoson.src = "images/photo2.gif";
photos = new Image();
photos.src = "images/photo1.gif";
concertson = new Image();
concertson.src = "images/concerts2.gif";
concerts = new Image();
concerts.src = "images/concerts1.gif";
contacton = new Image();
contacton.src = "images/contact2.gif";
contact = new Image();
contact.src = "images/contact1.gif";
discographieon = new Image();
discographieon.src = "images/disographie2.gif";
discographie = new Image();
discographie.src = "images/disographie1.gif";
homeon = new Image();
homeon.src = "images/home1.gif";
home = new Image();
home.src = "images/home2.gif";


function on(name)   {
        document[name].src = eval(name+ "on.src");
        
}
function off(name)  {
        document[name].src = eval(name+ ".src");
       
}
 
function a(txt) {
                self.status = txt
        }

        function b() {
                self.status = ""
        }

