with(new menuname("Main Menu")){
style=menuStyle;
openstyle="up";
orientation="horizontal";
alwaysvisible=1;
position="relative";
aI("showmenu=Location;text=location;");
aI("showmenu=Attractions;text=area attractions;");
aI("text=things to do;url=to_do.htm;");
aI("text=employment opportunities;url=employment.htm");
aI("showmenu=Contact;text=contact us;")
}
drawMenus();