
menu=new Array();
//                       Menuenummer/link/linktext
menu[menu.length]=new Array(1,"/it/index.htm","HOME");
menu[menu.length]=new Array(2,"/it/zimmer.htm","CAMERE");
menu[menu.length]=new Array(3,"/it/rest.htm","RISTORANTI");
menu[menu.length]=new Array(3,"/it/savoy.htm","Restaurant Baur");
menu[menu.length]=new Array(3,"/it/orsini.htm","Restaurant Orsini");
menu[menu.length]=new Array(3,"/it/bar.htm","Savoy Bar en Ville");
menu[menu.length]=new Array(4,"/it/buss.htm","BUSINESS");
menu[menu.length]=new Array(5,"/it/bank.htm","BANCHETTI");
menu[menu.length]=new Array(6,"/it/reserv.htm","PRENOTAZIONI");
menu[menu.length]=new Array(7,"/it/contact.htm","CONTATTACI");


