var imgArray = new Array();
function loadImg() {
imgArray[0] = new Image(); imgArray[0].src = "./ressources/1trans.gif";
imgArray[1] = new Image(); imgArray[1].src = "./ressources/a1.jpg";
imgArray[2] = new Image(); imgArray[2].src = "./ressources/apart_en.jpg";
imgArray[3] = new Image(); imgArray[3].src = "./ressources/apart_fr.jpg";
imgArray[4] = new Image(); imgArray[4].src = "./ressources/b1.jpg";
imgArray[5] = new Image(); imgArray[5].src = "./ressources/b2.jpg";
imgArray[6] = new Image(); imgArray[6].src = "./ressources/b3.jpg";
imgArray[7] = new Image(); imgArray[7].src = "./ressources/b6.jpg";
imgArray[8] = new Image(); imgArray[8].src = "./ressources/c1.jpg";
imgArray[9] = new Image(); imgArray[9].src = "./ressources/c2.jpg";
imgArray[10] = new Image(); imgArray[10].src = "./ressources/c3.jpg";
imgArray[11] = new Image(); imgArray[11].src = "./ressources/d3.jpg";
imgArray[12] = new Image(); imgArray[12].src = "./ressources/d4.jpg";
imgArray[13] = new Image(); imgArray[13].src = "./ressources/flag_en.jpg";
imgArray[14] = new Image(); imgArray[14].src = "./ressources/flag_fr.jpg";
imgArray[15] = new Image(); imgArray[15].src = "./ressources/irini_en.jpg";
imgArray[16] = new Image(); imgArray[16].src = "./ressources/irini_fr.jpg";
imgArray[17] = new Image(); imgArray[17].src = "./ressources/musandrum.gif";
imgArray[18] = new Image(); imgArray[18].src = "./ressources/nlmedag.gif";
imgArray[19] = new Image(); imgArray[19].src = "./ressources/stylesheet.css";
imgArray[20] = new Image(); imgArray[20].src = "./ressources/t_apart_en.jpg";
imgArray[21] = new Image(); imgArray[21].src = "./ressources/t_apart_en_a.jpg";
imgArray[22] = new Image(); imgArray[22].src = "./ressources/t_apart_fr.jpg";
imgArray[23] = new Image(); imgArray[23].src = "./ressources/t_apart_fr_a.jpg";
imgArray[24] = new Image(); imgArray[24].src = "./ressources/t_contact_en.jpg";
imgArray[25] = new Image(); imgArray[25].src = "./ressources/t_contact_en_a.jpg";
imgArray[26] = new Image(); imgArray[26].src = "./ressources/t_contact_fr.jpg";
imgArray[27] = new Image(); imgArray[27].src = "./ressources/t_contact_fr_a.jpg";
imgArray[28] = new Image(); imgArray[28].src = "./ressources/t_home_en.jpg";
imgArray[29] = new Image(); imgArray[29].src = "./ressources/t_home_en_a.jpg";
imgArray[30] = new Image(); imgArray[30].src = "./ressources/t_home_fr.jpg";
imgArray[31] = new Image(); imgArray[31].src = "./ressources/t_home_fr_a.jpg";
imgArray[32] = new Image(); imgArray[32].src = "./ressources/t_links_en.jpg";
imgArray[33] = new Image(); imgArray[33].src = "./ressources/t_links_en_a.jpg";
imgArray[34] = new Image(); imgArray[34].src = "./ressources/t_links_fr.jpg";
imgArray[35] = new Image(); imgArray[35].src = "./ressources/t_links_fr_a.jpg";
imgArray[36] = new Image(); imgArray[36].src = "./ressources/t_prices_en.jpg";
imgArray[37] = new Image(); imgArray[37].src = "./ressources/t_prices_en_a.jpg";
imgArray[38] = new Image(); imgArray[38].src = "./ressources/t_prices_fr.jpg";
imgArray[39] = new Image(); imgArray[39].src = "./ressources/t_prices_fr_a.jpg";
}

