<!-- SI VOUS VOYEZ CECI, RETOURNEZ EN ARRIERE ET CLIQUEZ SUR " Version light "

zizouon = new Image;
zizouon.src = "Retour.GIF"             
zizouoff = new Image;
zizouoff.src = "Danseur.GIF"	

zizoubdon = new Image;
zizoubdon.src = "../Retour.GIF"             
zizoubdoff = new Image;
zizoubdoff.src = "../Danseur.GIF"	

function active(nomimage) 
	{     
        document [nomimage].src = eval(nomimage + "on.src");
        }
function inactive(nomimage)
        {
        document [nomimage].src = eval(nomimage + "off.src");
        }

// fin --!>
