
	with(milonic=new menuname("Main Menu")){
	alwaysvisible=1;
	position="relative";
	orientation="horizontal";
	style=menuStyle;
	aI("showmenu=home;status=Back To Home Page;text=&nbsp;Home&nbsp;;url=index.htm;");
	aI("showmenu=about;text=&nbsp;&nbsp;About the Hotel&nbsp;&nbsp;;");
	aI("showmenu=accommodation;text=&nbsp;&nbsp;Accommodation&nbsp;&nbsp;;url=accommodation.htm;");
	aI("showmenu=dining;text=&nbsp;&nbsp;Dining at the Hotel&nbsp;&nbsp;;url=dining.htm;");
	aI("showmenu=breaksevents;text=&nbsp;&nbsp;Breaks & Events&nbsp;&nbsp;;");
	aI("showmenu=conferencing;text=&nbsp;&nbsp;Conferencing&nbsp;&nbsp;;url=conferencing.htm;");
	aI("showmenu=weddings;text=&nbsp;&nbsp;Weddings&nbsp;&nbsp;;url=weddings.htm;");
	aI("showmenu=travel;text=&nbsp;&nbsp;Travel&nbsp;&nbsp;;url=travel.htm;");
	}
						drawMenus();		
					