with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="horizontal";
menualign="center";
menuwidth=748;
style=menuStyle;
aI("text=Home;url=http://www.cusd.claremont.edu/~elroble/;");
aI("showmenu=about;text=About;");
aI("showmenu=admin;text=Administration;");
aI("showmenu=calendars;text=Calendars;");
aI("showmenu=departments;text=Departments;");
aI("showmenu=news;text=News;");
aI("showmenu=parents;text=Parents;");
aI("showmenu=staff;text=Staff;");
aI("showmenu=students;text=Students;");
}

drawMenus();

