function montre(id) {if (document.getElementById) {document.getElementById(id).style.display="block";} else if (document.all) {document.all[id].style.display="block";} else if (document.layers) {document.layers[id].display="block";}}
function cache(id) {if (document.getElementById) {document.getElementById(id).style.display="none";} else if (document.all) {document.all[id].style.display="none";} else if (document.layers) {document.layers[id].display="none";}}var bouton = new Array(); 
bouton [0] = new Image(); 
bouton [0].src = 'images/index/a-proposcave-saint-maurice-over.jpg'; 
bouton [1] = new Image(); 
bouton [1].src = 'images/index/info-cave-saint-maurice-over.jpg'; 
bouton [2] = new Image(); 
bouton [2].src = 'images/index/vins-cave-saint-maurice-over.jpg'; 
bouton [3] = new Image(); 
bouton [3].src = 'images/menu/a-propos-cave-saint-maurice-over.jpg'; 
bouton [4] = new Image(); 
bouton [4].src = 'images/menu/vins-cave-saint-maurice-over.jpg'; bouton [5] = new Image(); 
bouton [5].src = 'images/menu/info-cave-saint-maurice-over.jpg'; 
