


_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="#870C2D";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="10px";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#002656";
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="center"
top=271;
left=0;
menuwidth="100%";
menualign="center";
alwaysvisible=1;
orientation="horizontal";

aI("text=SCHEDULE OF EVENTS;url=schedule_of_events.htm;");
aI("text=PROGRAM;url=./documents/program.pdf;target=_blank");
aI("text=INFORMATION FOR PARENTS & GUESTS;showmenu=parents;");
aI("text=INFORMATION FOR GRADUATES;showmenu=graduates;");
//aI("text=CONTACTS;url=contact.htm;");
aI("text=FAQ;url=faq.htm;");
}

with(milonic=new menuname("parents")){
style=menuStyle;
overflow="scroll";
aI("text=Commencement History;url=history.htm;");
//aI("text=Local Accommodations Search;url=http://www.ctbound.org/Travel/default.asp?type=where&Keyword=;target=_blank");
aI("text=Local Dining;url=http://www.hartford.com/feed-me.php;target=_blank");
//aI("text=Local Sites of Interest;url=http://www.tourism.state.ct.us/Travel/searchresultsdistrict.asp?districtid=9&type=1;target=_blank");
aI("text=Special Needs;url=special_needs.htm;");
aI("text=Commencement Speaker;url=speaker.htm;");
//aI("text=Commencement Speech;url=macarthur_transcript.pdf;target=_blank");
aI("text=Parking Information;url=faq.htm#parking;");
//aI("text=Commencement Video;url=video.htm;");
aI("text=Campus Bookstore;url=http://ecsu.bkstore.com;target=_blank");
aI("text=Directions to XL Center;url=http://www.xlcenter.com/default.asp?xlcenter=25;target=_blank");
aI("text=Directions to Campus;url=http://www.mapquest.com/maps/map.adp?city=willimantic&state=CT&address=83%2BWindham%2Bst&zip=06226&country=us&zoom=5;target=_blank");
aI("text=Campus Map;url=http://www.easternct.edu/ecsu/map/index.html;target=_blank");
aI("text=Registrar's Office;url=http://nutmeg.easternct.edu/registrar/;target=_blank");
}

with(milonic=new menuname("graduates")){
style=menuStyle;
overflow="scroll";
aI("text=Commencement History;url=history.htm;");
aI("text=Commencement Fact Sheet;url=fact_sheet.htm;");
aI("text=Senior Salute;url=senior_salute.htm;");
aI("text=Commencement Rehearsal;url=CommencementRehearsal.htm;");
aI("text=Commencement Speaker;url=speaker.htm;");
//aI("text=Commencement Speech;url=macarthur_transcript.pdf;target=_blank");
aI("text=Application for Degree;url=http://nutmeg.easternct.edu/registrar/degree_application36.pdf;target=_blank");
aI("text=Application to Audition to Participate<br>in Commencement Ceremonies;url=http://nutmeg.easternct.edu/commencement/documents/ApplicationtoAuditionParticipateCommencementCeremonies.pdf;target=_blank");
aI("text=Registrar's Office;url=http://nutmeg.easternct.edu/registrar/;target=_blank");
aI("text=Photographer;url=photographer.htm;");
//aI("text=Commencement Video;url=video.htm;");
aI("text=Campus Bookstore;url=http://ecsu.bkstore.com;target=_blank");
}

drawMenus();

