function charge_img() { //Preload des images// //Chemins pour images fonctions et images rubriques// var path1 = x + "images/fr/fonctions/"; var path2 = x + "images/fr/rubriques/"; //-->Images Fonctions// img10 = new Image; img10.src = path1 + "lexi_0.gif"; img11 = new Image; img11.src = path1 + "lexi_1.gif"; img20 = new Image; img20.src = path1 + "plan_0.gif"; img21 = new Image; img21.src = path1 + "plan_1.gif"; img30 = new Image; img30.src = path1 + "rech_0.gif"; img31 = new Image; img31.src = path1 + "rech_1.gif"; img40 = new Image; img40.src = path1 + "cont_0.gif"; img41 = new Image; img41.src = path1 + "cont_1.gif"; img50 = new Image; img50.src = path1 + "fran_0.gif"; img51 = new Image; img51.src = path1 + "fran_1.gif"; img60 = new Image; img60.src = path1 + "engl_0.gif"; img61 = new Image; img61.src = path1 + "engl_1.gif"; img70 = new Image; img70.src = path1 + "deut_0.gif"; img71 = new Image; img71.src = path1 + "deut_1.gif"; //-->Images Rubriques// img_a0 = new Image; img_a0.src = path2 + "a0.gif"; img_a1 = new Image; img_a1.src = path2 + "a1.gif"; img_b0 = new Image; img_b0.src = path2 + "b0.gif"; img_b1 = new Image; img_b1.src = path2 + "b1.gif"; img_c0 = new Image; img_c0.src = path2 + "c0.gif"; img_c1 = new Image; img_c1.src = path2 + "c1.gif"; img_d0 = new Image; img_d0.src = path2 + "d0.gif"; img_d1 = new Image; img_d1.src = path2 + "d1.gif"; img_e0 = new Image; img_e0.src = path2 + "e0.gif"; img_e1 = new Image; img_e1.src = path2 + "e1.gif"; img_f0 = new Image; img_f0.src = path2 + "f0.gif"; img_f1 = new Image; img_f1.src = path2 + "f1.gif"; img_g0 = new Image; img_g0.src = path2 + "g0.gif"; img_g1 = new Image; img_g1.src = path2 + "g1.gif"; } function open_annexe(y) { //Liens vers Fonctions// //Fonctions navigation// if (y==1) { adresse = x + "pages/fonctions/lexique/lexique1.html"; var fenetre = window.open( adresse, "lexique", "scrollbars=yes,toolbar=no,location=no,directories=no,resizable=yes,copyhistory=yes,width=300,height=550"); } if (y==8) { adresse = x + "pages/fonctions/lexique/ajout.html"; var fenetre = window.open( adresse, "ajout", "toolbar=no,location=no,directories=no,resizable=yes,copyhistory=yes,width=300,height=550"); } if (y==9) { adresse = x + "pages/fonctions/lexique/aide.html"; var fenetre = window.open( adresse, "aide", "toolbar=no,location=no,directories=no,resizable=yes,copyhistory=yes,width=300,height=550"); } if (y==2) { adresse = x + "pages/fonctions/plan/index.html"; top.location.href = adresse; } if (y==3) { adresse = x + "pages/fonctions/recherche/index.html"; top.location.href = adresse; } if (y==4) { adresse = x + "pages/fonctions/contacts/index.html"; top.location.href = adresse; } //Fonctions Langues// if (y==5) { adresse = x + "index.html"; top.location.href = adresse; } if (y==6) { adresse = x + "english/index.html"; top.location.href = adresse; } if (y==7) { adresse = x + "deutsch/index.html"; top.location.href = adresse; } }