

//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=Department Assessment<br>Activity;url=activity.htm;title=Link to Departmental Assessment Activity;");
aI("text=Faculty Resources;url=instruments.htm;title=Link to Assessment Instruments page;");
aI("text=Assessment Related<br>Events;url=events.htm;title=Link to Plans & Events");
aI("text=Committee Members;url=members.htm;title=Link to Committee Staff Members page;");
//aI("text=Resources;showmenu=res;title=Link to Resources Menu;");
aI("text=Publications &<br>Presentations;url=presentations.htm;title=Link to publications and presentations on assessment by the Eastern community;");
aI("text=Assessment Plan;url=plan.htm;title=Link to Eastern's Assessment Plan;");
aI("text=Students & Assessment;url=students.htm;title=Link to Student and Assessment page;");
aI("text=FAQ;url=faq.htm;title=Link to the Assessment FAQ;");
aI("text=Request Help;url=help.htm;title=Click here to learn how to request help with assessment topics;");
}

//with(milonic=new menuname("res")){
//style=menuStyle;
//overflow="scroll";
//aI("text=Faculty Resources;url=fac_resources.htm;title=Click here for faculty resources;");
//aI("text=Staff Resources;url=staff_resources.htm;title=Click here for staff resources;");
//}

drawMenus();


