with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
position="relative";
style=menuStyle;
aI("text=Home;title=Visit Our home Page;url=default.asp;itemwidth=55;");
aI("showmenu=TheHalls;text=The Halls;title=Take a Look at Our Halls;url=thehalls.asp;itemwidth=70;");
aI("showmenu=Calendars;text=Calendars;title=Calendars for You to Pick a Date;url=calendars.asp;itemwidth=80;");
aI("showmenu=CateringMenus;text=Catering & Extras;title=Discover Our Scrumptuous Food;url=catering.asp;itemwidth=120;");
aI("showmenu=EventPackages;text=Packages;title=Learn About Our Event Packages;url=eventpackages.asp;itemwidth=80;");
aI("showmenu=Gallery;text=Photo Gallery;title=View Pictures of Our Facilities;url=gallery.asp;itemwidth=100;");
aI("text=Testimonials;title=Learn What Our Guest are Saying About Us;url=testimonials.asp;itemwidth=95;");
}

drawMenus();
