
// <!-- 

{

// french nav
button1 = new Image;
button1.src = "../images/english.gif";

button2 = new Image;
button2.src = "../images/fr_gypse_nat.gif";

button3 = new Image;
button3.src = "../images/fr_gypse_sous.gif";

button4 = new Image;
button4.src = "../images/fr_brai.gif";

button5 = new Image;
button5.src = "../images/fr_remp_papier.gif";

button6 = new Image;
button6.src = "../images/fr_glass_stds.gif";

button7 = new Image;
button7.src = "../images/fr_ciments.gif";

button8 = new Image;
button8.src = "../images/fr_ceramiques.gif";

button9 = new Image;
button9.src = "../images/fr_verres.gif";

button10 = new Image;
button10.src = "../images/fr_title_consultation.gif";

button11 = new Image;
button11.src = "../images/fr_title_pieces.gif";

button12 = new Image;
button12.src = "../images/fr_divers.gif";
// end of french nav

// start of rollover
button1on = new Image;
button1on.src = "../images/english_roll.gif";

button2on = new Image;
button2on.src = "../images/fr_gypse_nat_roll.gif";

button3on = new Image;
button3on.src = "../images/fr_gypse_sous_roll.gif";

button4on = new Image;
button4on.src = "../images/fr_brai_roll.gif";

button5on = new Image;
button5on.src = "../images/fr_remp_papier_roll.gif";

button6on = new Image;
button6on.src = "../images/fr_glass_stds_roll.gif";

button7on = new Image;
button7on.src = "../images/fr_ciments_roll.gif";

button8on = new Image;
button8on.src = "../images/fr_ceramiques_roll.gif";

button9on = new Image;
button9on.src = "../images/fr_verres_roll.gif";

button10on = new Image;
button10on.src = "../images/fr_title_consultation_roll.gif";

button11on = new Image;
button11on.src = "../images/fr_title_pieces_roll.gif";

button12on = new Image;
button12on.src = "../images/fr_divers_roll.gif";
// end of rollover



}
function imageChange(imageID,imageName,imageID2,imageName2) { 

{
document.images[imageID].src = eval(imageName + ".src"); 
}

}


// -->
