


_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="Georgia, Times New Roman, Times, serif";
pagecolor="white";
pagebgcolor="#870c2d";
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.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="left"
top=240;
left=11;
//menuwidth="100%";
menualign="center";
alwaysvisible=1;
orientation="vertical";
aI("text=HOME;url=index.htm;");
aI("text=FACULTY AND STAFF;url=Directory.htm;");
aI("text=SPANISH TUTOR;url=tutor_schedule.htm;");
aI("text=FRENCH TUTOR;url=FrenchTutorInformation.htm;");
aI("text=COURSE DESCRIPTIONS;url=coursedescriptions.htm;");
aI("text=PROGRAMS;showmenu=programs;");
}


with(milonic=new menuname("programs")){
style=menuStyle;
overflow="scroll";
aI("text=Summer Study in Spain;url=http://nutmeg.easternct.edu/modernlanguages/summer_study/itinerarypage.html;");
aI("text=Sigma Delta Pi;url=http://www.citadel.edu/sigmadeltapi;target=_blank");
aI("text=Foreign Language Alliance;url=ForeignLanguageAlliance.htm;");
aI("text=Charlotte Biederman Fund;url=CharlotteBiedermanFund.htm;");
aI("text=OLAS;url=http://www.easternct.edu/ecsu/stuctr/clubs_orgs/OLAS.htm;target=_blank");
aI("text=ECSU Canadian Studies Program;url=http://www.easternct.edu/depts/canadianstudies;target=_blank");
aI("text=Advanced Placement;url=http://apcentral.collegeboard.com/;target=_blank");
}


drawMenus();

