﻿with(milonic=new menuname("Main Menu")){
				alwaysvisible=1;
				position="relative";
				orientation="horizontal";
				style=menuStyle;
				aI("text=Home;url=index.html;");
				aI("text=Mission;url=mission.html;");
				aI("text=Faculty;url=faculty.html;");
				aI("showmenu=Students;text=Students;");
				aI("text=Partners;url=partners.html;");
				aI("showmenu=Courses;text=Courses;");
				aI("showmenu=Minors;text=Minors;");
				aI("showmenu=Events;text=Events;");
				aI("showmenu=Video;text=Video;");
				aI("text=Search;url=search.html;");
				}
				drawMenus();