
menu=new Array();
//                       Menuenummer/link/linktext
menu[menu.length]=new Array(1,"/fr/index.htm","ACCUEIL");
menu[menu.length]=new Array(2,"/fr/zimmer.htm","CHAMBRES");
menu[menu.length]=new Array(3,"/fr/rest.htm","RESTAURANTS");
menu[menu.length]=new Array(3,"/fr/savoy.htm","Restaurant Baur");
menu[menu.length]=new Array(3,"/fr/orsini.htm","Restaurant Orsini");
menu[menu.length]=new Array(3,"/fr/bar.htm","Savoy Bar en Ville");
menu[menu.length]=new Array(4,"/fr/buss.htm","BUSINESS");
menu[menu.length]=new Array(5,"/fr/bank.htm","BANQUETS");
menu[menu.length]=new Array(6,"/fr/reserv.htm","RESERVATIONS");
menu[menu.length]=new Array(7,"/fr/contact.htm","CONTACT");






