﻿fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Times New Roman, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#004d00";
offcolor="#fffbd5";
onbgcolor="#595959";
oncolor="#fffbd5";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90); Direction=135, Strength=3)";
padding=5;
pagebgcolor="#004d00";
pagecolor="ffffff";
separatorcolor="#999999";
separatorsize=2;
visitedcolor="#fffbd5";
}

with(milonic=new menuname("Students")){
style=menuStyle;
aI("text=Student Information;url=students.html;");
aI("text=Muslim Studies Minors;url=minors.html;");
aI("text=Rabat Study Abroad Program;url=http://www.bu.edu/abroad/programs/morocco/rabat/rabat_lla/;");

}

with(milonic=new menuname("Events")){
style=menuStyle;
aI("text=Upcoming Events;url=events.html;");
aI("text=Past Events 2007;url=events_2007.html;");
aI("text=Past Events 2006;url=events_2006.html;");
}

with(milonic=new menuname("Minors")){
style=menuStyle;
aI("text=Muslim Societies (SS);url=minors.html;");
aI("text=Muslim Cultures (HU);url=minors.html;");
aI("text=Social Science Electives;url=electives.html#ss");
aI("text=Humanities Electives;url=electives.html#hu");
}

with(milonic=new menuname("Courses")){
style=menuStyle;
aI("text=Anthropology;url=courses.html#anthrop;");
aI("text=Archaeology;url=courses.html#archaeology;");
aI("text=Art History;url=courses.html#arthistory;");
aI("text=History;url=courses.html#history;");
aI("text=International Relations;url=courses.html#ir;");
aI("text=Modern Languages/Literature;url=courses.html#mlcl;");
aI("text=Political Science;url=courses.html#polisci;");
aI("text=Religion;url=courses.html#religion;");
aI("text=Sociology;url=courses.html#sociology;");
}


with(milonic=new menuname("Video")){
style=menuStyle;
aI("text=Cultural Series;url=cultural_video.html;");
aI("text=Doctoral Candidate Series;url=doctoral_video.html;");
aI("text=Lectures;url=lectures_video.html;");
aI("text=All Video;url=video.html;");
}


drawMenus();

