// JavaScript Document
 var mc = new MenuCreator();
mc.Start();
mc.Add("Home","../home/home.html","_self");
mc.Add("Il Residence","../residence/residence.html","_self");
//      mc.Start();
//      mc.Add("..TITLE..","..LINK..","_self");
//      mc.End();
mc.Add("Gli appartamenti","../appartamenti/appartamenti.html","_self");
//      mc.Start();
//      mc.Add("..TITLE..","..LINK..","_self");
//      mc.End();
mc.Add ("Photogallery","../photogallery/photogallery.html","_self");
mc.Add ("Prezzi","../prezzi/prezzi.html","_self");
mc.Add("Le promozioni","../offerte/offerte.html","_self");
//      mc.Start();
//      mc.Add("..TITLE..","..LINK..","_self");
mc.Add ("Door to door","../contatti/trasporto.html","_self");
//	  mc.End();
mc.Add ("Meteo","../meteo/meteo.html","_self");
mc.Add ("Contatti","../contatti/contatti.html","_self");
//      mc.Start();
//      mc.Add("..TITLE..","..LINK..","_self");
mc.Add("Info","../contatti/form.html","_self");
//    mc.End();
mc.End();
// if you uncomment this the menu will be vertical instead of horizontal
mc.Vertical();
// if you uncomment this the box will be centered
//mc.Center();
// if you uncomment this you will have to write the first level by yourself
//mc.DoNotWriteFirstLevel();
mc.Draw();