

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(HeadersStyle=new mm_style()){
onbgcolor="#F2F2FF";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#666666";
bordercolor="#660033";
borderstyle="solid";
borderwidth=1;
padding=5;
fontsize="12px";
fontstyle="normal";
fontweight="normal";
fontfamily="verdana,helvetica";
headercolor="#FFFFFF";
headerbgcolor="#660033";
}


with(milonic=new menuname("Main Menu")){
style=HeadersStyle;
top=105;
left=5;
alwaysvisible=1;
aI("separatorcolor=#660000;separatorsize=3;type=header;align=align;");
aI("text=About Us;url=/aboutus;");
aI("text=Prospective Students;url=/prospectivestudents/intro.asp;");
//aI("text=Current Students;showmenu=CurrentStudents;url=/currentstudents/;");
aI("text=Undergraduate Studies;url=/undergraduate/;showmenu=UndergraduateStudies");
aI("text=Faculty & Staff;url=/faculty/;showmenu=facultyandstaff");
//aI("text=Academic Programs;showmenu=AcademicPrograms;url=/academic/");
aI("text=Graduate Programs;url=http://www.mba-macct.umt.edu");
aI("text=Career Development;url=/career");
aI("text=Seminar Series;url=/seminar");
aI("text=Business Resources;showmenu=BizResources;url=/busresources/");
aI("text=Affiliate Centers;url=/affiliate/");
aI("text=Employment;url=/employment/");
aI("text=;separatorcolor=#660000;separatorsize=3;type=header;align=center;");
aI("text=Alumni;url=/alumni/");
aI("text=SoBA Publications;url=/alumni/newsletter.asp");

}

with(milonic=new menuname("UndergraduateStudies")){
style=HeadersStyle;
/*aI("text=Current Students;separatorcolor=black;separatorsize=1;type=header;align=center;url=/currentstudents/");
aI("text=Advising;url=/CurrentStudents/Advising/;");
aI("text=Career Development;url=/CurrentStudents/Career/;");
aI("text=Computer Labs;url=/CurrentStudents/Labs/;");
aI("text=Internships;url=/CurrentStudents/Internships/;");
aI("text=Scholarships;url=/CurrentStudents/Scholarships/;");
aI("text=Student Groups;url=/CurrentStudents/Studentgroups.asp;");
aI("text=Student Web Server;url=http://students.business.umt.edu;");
aI("text=Other UM Student Services;url=/CurrentStudents/;");*/
}

with(milonic=new menuname("facultyandstaff")){
style=HeadersStyle;
aI("text=Faculty and Staff;separatorcolor=black;separatorsize=1;type=header;align=center;url=/Faculty/;");
aI("text=Faculty Directory;url=/faculty;");
aI("text=Faculty Research;url=/faculty/research;");
}



drawMenus();

