with(milonic=new menuname("Main Menu")){
	alwaysvisible=1;
	position="relative";
	orientation="horizontal";
	style=menuStyle;
		
	aI("text= Home;url=http://www.sjsmsj.org/index.html;");
	aI("showmenu=School Information;text= School Information;");
	aI("showmenu=Student;text= Students;");
	aI("showmenu=Parents;text= Parents;");
	aI("showmenu=Resources;text=Resources;");
	aI("showmenu=News and Calendars;text= News & Calendars;");
	aI("showmenu=cyo;text= CYO Sports;");
	aI("text= Alumni;url=http://www.sjsmsj.org/alumni/alumni.html;");
	aI("text=Parish;url=http://www.saintjosephmsj.org;target=_new;");
}
drawMenus();

