

//this script is for the English Dept 2nd level pages only
_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="#999999";
oncolor="#092D69";
offbgcolor="#002656";
offcolor="#FFFFFF";
bordercolor="#002656";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=3;
fontsize="10px";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="white";
pagebgcolor="#870c2d";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrowdn.gif";
subimagepadding="2";
// overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
// outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="left"
top=240;
left=15;
menuwidth="148";
//menualign="center";
alwaysvisible=1;
orientation="vertical";
aI("text=OAS HOME;url=index.html;title=Link to OAS Homepage;");
aI("text=STUDENTS;showmenu=res2;title=Students;");
aI("text=EMPLOYEE RESOURCES;url=employees.html;title=Link to Employee Resources;");
aI("text=FACULTY RESOURCES;url=faculty.html;title=Link to Faculty Resources;");
aI("text=RESPONSIBILITIES;url=oasresponsibilities.htm;title=Link to OAS Responsibilities;");
aI("text=SERVICES OFFERED;showmenu=res;title=Link to Services Menu;");
aI("text=CAMPUS RESOURCES;url=campres.htm;title=Link to Campus Resources;");
aI("text=OAS EVENTS;url=events.htm;title=Link to OAS Events;");
aI("text=FAQ;url=faq.htm;title=Link to FAQ;");
aI("text=STAFF/CONTACT;url=staffcontact.htm;title=Link to Staff/Contact Information;");
aI("text=DOWNLOADS AND FORMS;url=download.htm;title=Link to Downloadable files;");
}

with(milonic=new menuname("res")){
style=menuStyle;
overflow="scroll";
aI("text=General Accomodations;url=genacc.htm;title=General Accomodation Information;");
aI("text=Registration and Orientation;url=regorien.htm;title=Registration and Orientation;");
aI("text=Note Takers, Scribes and Readers;url=ntsr.htm;title=Note Takers, Scribes and Readers;");
aI("text=Alternate Testing;url=alttest.htm;title=Alternate Testing;");
aI("text=Housing Assistance;url=housing.htm;title=Housing Assistance;");
aI("text=Assistive Technology;url=asstech.htm;title=Assistive Technology;");
aI("text=Course Substitution;url=coursesub.htm;title=Course Substitutions;");
aI("text=Assistance for the Hearing Impaired;url=deafserv;title=Assistance for the Hearing Impaired;");

}

with(milonic=new menuname("res2")){
style=menuStyle;
overflow="scroll";
aI("text=Current;url=currstu.html;title=Current Students;");
aI("text=Prospective;url=eligibilitycriteria.htm;title=Prospective Students;");

}

drawMenus();


