


_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="#BCC0F1";
oncolor="#546465";
offbgcolor="#DBDDF8";
offcolor="#546465";
bordercolor="#546465";
borderstyle="solid";
borderwidth=1;
separatorcolor="#546465";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
fontweight="900";
pagecolor="#FFFFFF";
pagebgcolor="#BCC0F1";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);";
//outfilter="randomdissolve(duration=0.3)";
}

//not currently called, but keep here if graduate program is added in the future.
with(milonic=new menuname("applicants")){
style=menuStyle;
top=92;
left=179;
alwaysvisible=0;
itemwidth=180;
orientation="vertical";
aI("text=Undergraduate;url=https://my.american.edu/cgi/mvi.exe/A26.APPL.LOGIN;target=_blank;status=Undergraduate;");
aI("text=Graduate;url=http://admissions.american.edu/public/contentPage/contentPage.asp?catID=8&parID=175&navID=49&docID=114;target=_blank;status=Graduate;");
}

with(milonic=new menuname("degrees")){
style=menuStyle;
top=116;
left=179;
alwaysvisible=0;
itemwidth=180;
overflow="scroll";
aI("text=Major;url=degree_major.cfm;status=Minor;");
aI("text=Minor;url=degree_minor.cfm;status=Major;");
}

with(milonic=new menuname("internships")){
style=menuStyle;
top=188;
left=179;
alwaysvisible=0;
itemwidth=180;
//aI("text=;url=;status=;");
aI("text=Internship Areas;showmenu=intern_areas;status=Specific Internship Areas;");
aI("text=Internship Experiences;url=internship_exp.cfm;status=Internship Experiences;");
aI("text=Internship Syllabus;url=docs/syllabus491.pdf;target=_blank;status=Internship Syllabus;");
}

with(milonic=new menuname("intern_areas")){
style=menuStyle;
aI("text=Advocacy Groups;url=internship_areas.cfm#advocacy;status=Advocacy Groups;");
aI("text=The Arts;url=internship_areas.cfm#arts;status=The Arts;");
aI("text=Communications;url=internship_areas.cfm#communications;status=Communications;");
aI("text=Employment / Training ;url=internship_areas.cfm#employment;status=Employment / Training;");
aI("text=International Affairs;url=internship_areas.cfm#international;status=International Affairs;");
aI("text=Law;url=internship_areas.cfm#law;status=Law;");
aI("text=Policy;url=internship_areas.cfm#policy;status=Policy;");
aI("text=Health / Reproductive Rights;url=internship_areas.cfm#health;status=Health / Reproductive Rights;");
aI("text=Research;url=internship_areas.cfm#research;status=Research;");
aI("text=Support Services;url=internship_areas.cfm#support;status=Support Services;");
aI("text=U.S. Politics;url=internship_areas.cfm#politics;status=U.S. Politics;");
}


with(milonic=new menuname("links")){
style=menuStyle;
top=202;
left=179;
alwaysvisible=0;
itemwidth=180;
aI("text=Women Studies Programs;url=useful_links.cfm#programs;status=Women Studies Programs;");
aI("text=Careers;url=useful_links.cfm#careers;status=Careers;");
aI("text=Internet Resources;url=useful_links.cfm#internet;status=Internet Resources;");
aI("text=General;url=useful_links.cfm#general;status=General;");
aI("text=Body Image;url=useful_links.cfm#body_image;status=Body Image;");
aI("text=Education;url=useful_links.cfm#education;status=Education;");
aI("text=Global Feminism;url=useful_links.cfm#global_feminism;status=Global Feminism;");
aI("text=Lesbian Resources;url=useful_links.cfm#lesbian_resources;status=Lesbian Resources;");
aI("text=Politics;url=useful_links.cfm#politics;status=Politics;");
aI("text=Reproductive Rights/ Health;url=useful_links.cfm#reproductive;status=Reproductive Rights/ Health;");
aI("text=Science;url=useful_links.cfm#science;status=Science;");
aI("text=Violence Against Women;url=useful_links.cfm#violence;status=Violence Against Women;");
aI("text=Women of Color;url=useful_links.cfm#color;status=Women of Color;");
}


drawMenus();

