with(wdb=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
position="relative" 
style=menuStyle;
aI("url=index.php;text=Home Page;");
aI("url=http://www.beavertonspecialevents.com/index.php?id=events;text=Events;");
aI("url=http://www.beavertonspecialevents.com/index.php?id=accommodations;text=Accommodations;");
aI("url=http://www.beavertonspecialevents.com/index.php?id=about;text=About Us;");
aI("url=http://www.beavertonspecialevents.com/index.php?id=directors;text=Directors;");
aI("url=http://www.beavertonspecialevents.com/index.php?id=meetings;text=Meetings;");
aI("url=http://www.beavertonspecialevents.com/index.php?id=photos;text=Photos;");
aI("text=Fundraising;showmenu=fundraising;");
aI("url=http://www.beavertonspecialevents.com/index.php?id=contact;text=Contact Us;");

}
drawMenus(); 