with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
menuwidth="750px"
menualign="center"
itemwidth=92
aI("text=Home;url=index.php");
aI("showmenu=Information;text=Information;");
aI("showmenu=Connect;text=Connect;");
aI("showmenu=Children;text=Children;");
aI("showmenu=Students;text=Students;");
aI("showmenu=Community;text=Community;");
aI("showmenu=Compassion;text=Compassion");
aI("showmenu=Resources;text=Resources;");
}
drawMenus();