with(milonic=new menuname("Main Menu")){
itemheight=20;
itemwidth=110;
alwaysvisible=1;
position="relative";
orientation="horizontal";
style=menuStyle;
aI("text=home;url=home.html;");
aI("showmenu=Who;text=who we are;url=we-are.htm;");
aI("showmenu=Programs;text=programs;url=programs.htm;");
aI("showmenu=Events;text=events;url=events.htm;");
aI("showmenu=How;text=you can help;url=how.htm;");
aI("text=contact;url=contact.htm;");
}

drawMenus();


