// JavaScript Document
//Bouton Accueil
accueil1 = new Image();
accueil2 = new Image();
accueil1.src = "_imgs_boutons/accueil1.gif";
accueil2.src = "_imgs_boutons/accueil2.gif";

rando1 = new Image();
rando2 = new Image();
rando1.src = "_imgs_boutons/randos1.gif";
rando2.src = "_imgs_boutons/randos2.gif";

geocaching1 = new Image();
geocaching2 = new Image();
geocaching1.src = "_imgs_boutons/geocaching1.gif";
geocaching2.src = "_imgs_boutons/geocaching2.gif";

campcars1 = new Image();
campcars2 = new Image();
campcars1.src = "_imgs_boutons/ccars1.gif";
campcars2.src = "_imgs_boutons/ccars2.gif";

liens1 = new Image();
liens2 = new Image();
liens1.src = "_imgs_boutons/liens1.gif";
liens2.src = "_imgs_boutons/liens2.gif";

function bmenu(nomIm, src) {	
document.images[nomIm].src = src;
}