with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="horizontal";
position="relative";
style=menuStyle;
top=10;
aI("text=Home;url=../index.htm");
aI("text=About Us;url=../aboutus.htm");
aI("text=Donations;url=../donations.htm");
aI("text=Events & Activities;url=../events.htm");
aI("text=Volunteers;url=../volunteers.htm");
aI("text=Board of Trustees;url=../board.htm");
aI("text=Gallery;url=../gallery");
aI("text=Links;url=../links.htm");
aI("text=Contact;url=../contactus.php");
}
drawMenus();

