_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=50                // Follow scrolling Rate
_subOffsetTop=5               // 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="#faebd7";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#a8a8a8";
borderstyle="solid";
borderwidth=1;
separatorcolor="#a8a8a8";
separatorsize="1";
padding=5.5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Times New Roman";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.2)";
}

with(milonic=new menuname("Mission1")){
style=menuStyle;
aI("text=Department Mission;url=http://www3.uakron.edu/geography/history/mission.htm");
}

with(milonic=new menuname("Department")){
style=menuStyle;
aI("text=Department News;url=http://www3.uakron.edu/geography/events.htm;");
aI("text=Department History;url=http://www3.uakron.edu/geography/history/history.htm");
aI("text=Department Tour;url=http://www3.uakron.edu/geography/dept_tour/depttour.htm");
aI("text=Department Scrapbook;url=http://www3.uakron.edu/geography/scrapbook/scrapbook.htm");
aI("text=Student Theses;url=http://www3.uakron.edu/geography/Theses/index.htm");
}

with(milonic=new menuname("Programs")){
style=menuStyle;
aI("text=Bulletins;url=http://www3.uakron.edu/geography/programs/bulletins.htm");
aI("text=Degree Programs;url=http://www3.uakron.edu/geography/programs/programs.htm");
aI("text=Course Timeline;url=http://www3.uakron.edu/geography/programs/proposed_courses.htm");
aI("text=Course Descriptions;url=http://www3.uakron.edu/geography/programs/courses.htm");
aI("text=Thesis Guidelines;url=http://www3.uakron.edu/geography/programs/ThesisGuidelines.pdf");
aI("text=Portfolio Guidelines;url=http://www3.uakron.edu/geography/programs/PortfolioGuidelinesforStudents.pdf");
}

with(milonic=new menuname("Faculty")){
style=menuStyle;
aI("text=Full-time Faculty;url=http://www3.uakron.edu/geography/faculty_staff/fulltimefaculty.htm");
aI("text=Part-time Faculty;url=http://www3.uakron.edu/geography/faculty_staff/parttimefaculty_fall09.htm");
aI("text=Emeritus Faculty ;url=http://www3.uakron.edu/geography/faculty_staff/emeritusfaculty.htm");
aI("text=Staff ;url=http://www3.uakron.edu/geography/faculty_staff/staff.htm");
}

with(milonic=new menuname("Students")){
style=menuStyle;
aI("text=Undergraduate;url=http://www3.uakron.edu/geography/Students/Fall09/Undergrad/undergraduate_students_fall09.htm");
aI("text=Graduate;url=http://www3.uakron.edu/geography/Students/Fall09/Graduate/graduate_students_fall09.htm");
}

with(milonic=new menuname("Alumni")){
style=menuStyle;
aI("text=Alumni Registration;url=http://www3.uakron.edu/geography/alumni_memb/Alumni_Files/alumni_registration.htm");
aI("text=Alumni Map;url=http://www3.uakron.edu/geography/alumni_memb/Alumni_Files/alumnimapworking.htm");
aI("text=Alumni List (by alphabet);url=http://www3.uakron.edu/geography/alumni_memb/Alumni_Files/alumni_alpha.htm");
aI("text=Alumni List (by year);url=http://www3.uakron.edu/geography/alumni_memb/Alumni_Files/alumni_year.htm");
}

with(milonic=new menuname("Contact Us")){
style=menuStyle;
aI("text=General Inquiries;url=mailto:geoplan@uakron.edu");
aI("text=Graduate Admissions ;url=mailto:geoplangrad@uakron.edu");
aI("text=Undergraduate Admissions ;url=mailto:geougrd@uakron.edu");
}

drawMenus();

with(milonic=new menuname("employment")){
style=menuStyle;
aI("text=Available Jobs;url=http://www3.uakron.edu/geography/Employment/index.htm");
aI("text=Internships;showmenu=internships");
aI("text=Public Job Boards;url=http://www3.uakron.edu/geography/Employment/jobboards.htm")
}

drawMenus();

with(milonic=new menuname("internships")){
style=menuStyle;
aI("text=Internship Information;url=http://www3.uakron.edu/geography/Employment/Internships/index.htm");
aI("text=Available Internships;url=http://www3.uakron.edu/geography/Employment/Internships/available.htm");
}

drawMenus();

with(milonic=new menuname("AURA-AWG")){
style=menuStyle;
aI("text=Asian Urban Research Association;url=http://www3.uakron.edu/geography/aurapage/aurapage.htm");
aI("text=The Arab World Geographer;url=http://www3.uakron.edu/geography/aurapage/AWG.htm");
}

drawMenus();

with(milonic=new menuname("resources")){
style=menuStyle;
aI("text=Department Policies and Procedures;url=https://sharepoint.uanet.edu/geography;");
aI("text=Documentation;url=http://www3.uakron.edu/geography/Resources/documentation.htm;");
aI("text=Video Library;url=http://www3.uakron.edu/geography/Resources/video_list.htm;");
aI("text=Current Weather;url=http://www.uakron.edu/geography/weathersite/weatherstation_design2.htm;");
}

drawMenus();

with(milonic=new menuname("maps")){
style=menuStyle;
aI("text=Topographic Maps;url=http://www3.uakron.edu/geography/Resources/map_room.htm;");
aI("text=Relief Maps;url=http://www3.uakron.edu/geography/Resources/relief_maps.htm;");
aI("text=Wall Maps;url=http://www3.uakron.edu/geography/Resources/wall_maps.htm;");
}

drawMenus();
