// JS pour Visitez

plan1 = new Image();
plan2 = new Image();
plan1.src = "_design/bout_plan1.gif";
plan2.src = "_design/bout_plan2.gif";
pisc1 = new Image();
pisc2 = new Image();
pisc1.src = "_design/b_piscine1.gif";
pisc2.src = "_design/b_piscine2.gif";

animation1 = new Image();
animation2 = new Image();
animation3 = new Image();
animation4 = new Image();
animation5 = new Image();
animation1.src = "../_splace/animation1.jpg";
animation2.src = "../_splace/animation2.jpg";
animation3.src = "../_splace/animation3.jpg";
animation4.src = "../_splace/animation4.jpg";
animation5.src = "../_splace/animation5.jpg";

excursion1 = new Image();
excursion2 = new Image();
excursion3 = new Image();
excursion4 = new Image();
excursion5 = new Image();
excursion1.src = "../_splace/excursion1.jpg";
excursion2.src = "../_splace/excursion2.jpg";
excursion3.src = "../_splace/excursion3.jpg";
excursion4.src = "../_splace/excursion4.jpg";
excursion5.src = "../_splace/excursion5.jpg";

randogps1 = new Image();
randogps2 = new Image();
randogps3 = new Image();
randogps4 = new Image();
randogps5 = new Image();
randogps1.src = "../_splace/randogps1.jpg";
randogps2.src = "../_splace/randogps2.jpg";
randogps3.src = "../_splace/randogps3.jpg";
randogps4.src = "../_splace/randogps4.jpg";
randogps5.src = "../_splace/randogps5.jpg";

compostelle1 = new Image();
compostelle2 = new Image();
compostelle3 = new Image();
compostelle4 = new Image();
compostelle5 = new Image();
compostelle1.src = "../_splace/compostelle_1.jpg";
compostelle2.src = "../_splace/compostelle_2.jpg";
compostelle3.src = "../_splace/compostelle_3.jpg";
compostelle4.src = "../_splace/compostelle_4.jpg";
compostelle5.src = "../_splace/compostelle_5.jpg";

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

function plancamp(leplan){ 
popwpos=(screen.width/2)-220;
pophpos=(screen.height/2)-192;
defs='left='+popwpos+', top='+pophpos+',width=600,height=385,resizable=yes,scrollbars=no,toolbar=no,directories=no,location=no,status=no,menubar=no'
popplan = window.open(leplan,'npp',defs)
if(popplan.window.focus){popplan.window.focus();}
}

function hidekey(){
document.getElementById('cool').style.display='none'
}

function myload() {
pos_menu();
pos_logo();
affich_logo();
hidekey();
}