


_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=13;
//menuwidth="100%";
//menualign="center";
alwaysvisible=1;
orientation="vertical";

aI("text=CAMPUS SAFETY;showmenu=safety;");
aI("text=PARKING REGULATIONS;showmenu=parking;");
aI("text=SERVICES;url=services.htm;");
aI("text=ENVIRONMENTAL<br>HEALTH<br>& SAFETY;url=http://nutmeg.easternct.edu/ehs/;target=_blank;");
aI("text=CANCELLATIONS;url=http://nutmeg.easternct.edu/universityrelations/cancellations.htm;target=_blank");
aI("text=ABOUT US;showmenu=about-us;");
aI("text=DIRECTIONS;url=directions.htm;");
aI("text=LINKS;url=links.htm;");
aI("text=CONFIDENTIAL<br>TIP LINE;url=http://149.152.34.67/SelectSurveyNET/TakeSurvey.aspx?SurveyID=96K36n2;target=_blank");
aI("text=CLEARY<br>CRIME REPORTS;url=uccr.htm;");
//aI("text=SCHOOL HOME;url=http://www.easternct.edu/depts/seps/test/index.htm;");
}



with(milonic=new menuname("safety")){
style=menuStyle;
overflow="scroll";
aI("text=General Information;url=generalinfo.htm");
aI("text=Crime;showmenu=crime");
aI("text=Personal Safety;showmenu=personal");
aI("text=Key Policy;url=pdf/key_policy.pdf;target=_blank");
}

with(milonic=new menuname("parking")){
style=menuStyle;
overflow="scroll";
aI("text=Parking Regulations;url=pdf/ParkingBroch09-10.pdf;target=_blank");
aI("text=Parking Appeals Form;url=form_parking_appeal_online.pdf;target=_blank");
aI("text=Student Parking<br>Application;url=form_parkingpermit_online2009-2010.pdf;target=_blank");
}

with(milonic=new menuname("crime")){
style=menuStyle;
//overflow="scroll";
aI("text=Crime Advisory;url=crimeAdvisory.htm;");
aI("text=Active Shooter Checklist;url=shooter-checklist.htm;");
aI("text=Campus Crime Report;url=uccr.htm;");
aI("text=Anthrax Advisory;url=http://www.bt.cdc.gov/;target=_blank");
aI("text=Suspicious Package Advisory;url=http://mercury.easternct.edu/misc/docs/alert/FBI.htm;target=_blank");
aI("text=Emergency Procedures;url=emergency.htm;");
aI("text=Sex Offender Registry;url=sexoffenderregistry.htm;");
aI("text=Anonymous Crime Reporting;url=formcrimereporting.htm;");
aI("text=Email Fraud;url=emailfraud.htm;");
}

with(milonic=new menuname("personal")){
style=menuStyle;
overflow="scroll";
aI("text=Campus Phones;url=phones.htm");
aI("text=Escort Service;url=escort.htm");
aI("text=Bike Patrol;url=bikepatrol.htm");
aI("text=Shuttle Service;url=shuttle.htm");
//aI("text=RAD Training;url=rad.htm");
//aI("text=Shuttle Services;url=Graduate_Division.pdf#education2;target=_blank");
}


with(milonic=new menuname("about-us")){
style=menuStyle;
overflow="scroll";
aI("text=Employment & Internships;url=employment.htm");
aI("text=Community Activities;showmenu=community");
aI("text=Staff Roster;url=roster.htm");
//aI("text=Campus Phones;url=Graduate_Division.pdf#education2;target=_blank");
//aI("text=Escort Service;url=http://www.easternct.edu/depts/bus/bOrgmgtmasters.htm;target=_blank");
//aI("text=Bike Patrol;url=http://www.easternct.edu/depts/bus/bOrgmgtmasters.htm;target=_blank");
//aI("text=Shuttle Services;url=Graduate_Division.pdf#education2;target=_blank");
}

with(milonic=new menuname("community")){
style=menuStyle;
overflow="scroll";
aI("text=Open Rec Night;url=copsRecNite.htm");
aI("text=Torch Run;url=copstorchrun2009.htm");
aI("text=Speakers;url=speakers.htm");
aI("text=COPS;url=cops.htm");
aI("text=National Police Week;url=copsnationalpoliceweek.htm");
}

drawMenus();