if (window != top) {
top.location.href = location.href;
}

accueil1 = new Image(88, 115);
accueil1.src = "images-accueil/centre-photos3.jpg";
accueil1_high = new Image(88, 115);
accueil1_high.src = "images-accueil/centre-photos3_high.jpg";

accueil2 = new Image(122, 115);
accueil2.src = "images-accueil/centre-photos4.jpg";
accueil2_high = new Image(122, 115);
accueil2_high.src = "images-accueil/centre-photos4_high.jpg";

accueil3 = new Image(83, 115);
accueil3.src = "images-accueil/centre-photos6.jpg";
accueil3_high = new Image(83, 115);
accueil3_high.src = "images-accueil/centre-photos6_high.jpg";

accueil4 = new Image(100, 115);
accueil4.src = "images-accueil/centre-photos7.jpg";
accueil4_high = new Image(100, 115);
accueil4_high.src = "images-accueil/centre-photos7_high.jpg";



function glow(x, y) {
document.images[x].src=eval(y+'.src');
}


