// Begin preload

button1 = new Image();
button1.src = "img/topnav01_on.gif";

button2 = new Image();
button2.src = "img/topnav02_on.gif";

button3 = new Image();
button3.src = "img/topnav03_on.gif";

button4 = new Image();
button4.src = "img/topnav04_on.gif";

button5 = new Image();
button5.src = "img/topnav05_on.gif";

button6 = new Image();
button6.src = "img/topnav06_on.gif";

button7 = new Image();
button7.src = "img/botnav01_on.gif";

button8 = new Image();
button8.src = "img/botnav02_on.gif";

button9 = new Image();
button9.src = "img/botnav03_on.gif";

button10 = new Image();
button10.src = "img/botnav04_on.gif";

button11 = new Image();
button11.src = "img/botnav05_on.gif";

button12 = new Image();
button12.src = "img/subnav01_on.gif";

button13 = new Image();
button13.src = "img/subnav02_on.gif";

button14 = new Image();
button14.src = "img/subnav03_on.gif";

button15 = new Image();
button15.src = "img/subnav04_on.gif";

button16 = new Image();
button16.src = "img/subnav05_on.gif";

button17 = new Image();
button17.src = "img/subnav06_on.gif";

button18 = new Image();
button18.src = "img/subnav07_on.gif";

button19 = new Image();
button19.src = "img/subnav08_on.gif";

button20 = new Image();
button20.src = "img/subnav09_on.gif";

button21 = new Image();
button21.src = "img/subnav10_on.gif";

button22 = new Image();
button22.src = "img/subnav11_on.gif";

button23 = new Image();
button23.src = "img/subnav12_on.gif";

button24 = new Image();
button24.src = "img/subnav13_on.gif";

button25 = new Image();
button25.src = "img/subnav14_on.gif";

button26 = new Image();
button26.src = "img/subnav15_on.gif";

button27 = new Image();
button27.src = "img/subnav16_on.gif";

button28 = new Image();
button28.src = "img/subnav17_on.gif";

button29 = new Image();
button29.src = "img/subnav18_on.gif";

button30 = new Image();
button30.src = "img/subnav19_on.gif";


// End preload

// Begin 
function movepic(img_name,img_src) {
document[img_name].src=img_src;
}
// End 

// Begin 
function login_fr()
{
alert("Identification invalide - SVP veuillez nous contacter");
}
// End 
// Begin 
function login_en()
{
alert("Invalid log-in - Please contact us");
}
// End 