
// <!-- 

{

// french nav
button1 = new Image;
button1.src = "../images/french.gif";

button2 = new Image;
button2.src = "../images/gypse_nat.gif";

button3 = new Image;
button3.src = "../images/gypse_sous.gif";

button4 = new Image;
button4.src = "../images/brai.gif";

button5 = new Image;
button5.src = "../images/remp_papier.gif";

button6 = new Image;
button6.src = "../images/glass_stds.gif";

button7 = new Image;
button7.src = "../images/ciments.gif";

button8 = new Image;
button8.src = "../images/ceramiques.gif";

button9 = new Image;
button9.src = "../images/verres.gif";

button10 = new Image;
button10.src = "../images/title_consultation.gif";

button11 = new Image;
button11.src = "../images/title_pieces.gif";

button12 = new Image;
button12.src = "../images/divers.gif";
// end of french nav

// start of rollover
button1on = new Image;
button1on.src = "../images/french_roll.gif";

button2on = new Image;
button2on.src = "../images/gypse_nat_roll.gif";

button3on = new Image;
button3on.src = "../images/gypse_sous_roll.gif";

button4on = new Image;
button4on.src = "../images/brai_roll.gif";

button5on = new Image;
button5on.src = "../images/remp_papier_roll.gif";

button6on = new Image;
button6on.src = "../images/glass_stds_roll.gif";

button7on = new Image;
button7on.src = "../images/ciments_roll.gif";

button8on = new Image;
button8on.src = "../images/ceramiques_roll.gif";

button9on = new Image;
button9on.src = "../images/verres_roll.gif";

button10on = new Image;
button10on.src = "../images/title_consultation_roll.gif";

button11on = new Image;
button11on.src = "../images/title_pieces_roll.gif";

button12on = new Image;
button12on.src = "../images/divers_roll.gif";
// end of rollover



}
function imageChange(imageID,imageName,imageID2,imageName2) { 

{
document.images[imageID].src = eval(imageName + ".src"); 
}

}


// -->
