<!--

	if(document.images){
    var bouton_0 = new Image(); bouton_0.src = "../2d/03.png"
    var bouton_1 = new Image(); bouton_1.src = "../2d/03-over.png"
	 var bouton_2 = new Image(); bouton_2.src = "../2d/04.png"
    var bouton_3 = new Image(); bouton_3.src = "../2d/04-over.png"
   var bouton_4 = new Image(); bouton_0.src = "../2d/mod.png"
    var bouton_5 = new Image(); bouton_1.src = "../2d/mod-over.png"
  }
	function change(nom,obj_im) {
	if (document.images) document.images[nom].src=obj_im.src 
    }

-->
