


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#818181";
oncolor="#ffffff";
offbgcolor="#F3D362";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=4;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#818181";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/graphics/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("About Us")){
style=menuStyle;
overflow="scroll";
aI("text=Faculty;url=/info/emp-faculty;");
aI("text=Contact Us;url=/info/contact;");
aI("text=Relevant Links;url=/info/relevant-links;");
}

with(milonic=new menuname("Student Information")){
style=menuStyle;
aI("text=Information Seminars;url=/info/seminars;");
aI("text=Registration;url=/registration;");
aI("text=Admissions;url=/info/admissions;");
aI("text=Graduation Requirements;url=/info/emp-graduation-requirements;");
aI("text=Grades;url=/info/grades;");
aI("text=Transcripts;url=/info/transcripts");
aI("text=Financial;url=/info/financial;");
}

with(milonic=new menuname("Program Information")){
style=menuStyle;
aI("text=EMP Calender;url=/calendar/;");
aI("text=EMP Course Listing;url=/registration;");
aI("text=EMP Certificate Requirements;url=/info/emp-requirements;");
aI("text=Portfolio;url=/info/portfolio;");
aI("text=Practicum;url=/info/practicum;");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
aI("text=Transportation;url=/info/transportation;");
aI("text=Local Hotels;url=/info/hotels;");
aI("text=Bookstore;url=/info/bookstore;");
aI("text=Search for a Job;url=http://www.gwutourism.org/GWUJobs/Login.php");
aI("text=Post a Job;url=http://gwutou.hostcentric.com/GWUJobs/AddJob.php");
aI("text=Speaker's Bureau;url=/speakers;");
}

with(milonic=new menuname("Other Programs")){
style=menuStyle;
aI("text=Destination Management;url=http://dmp.gwu-aqe.org;");
}



drawMenus();

