


_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="black";
pagebgcolor="#82B6D7";
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=80;
left=0;
menuwidth="100%";
menualign="center";
alwaysvisible=1;
orientation="horizontal";


aI("text=MISSION STATEMENT;url=mission.html;");
aI("text=NEW INTERNATIONAL STUDENTS;showmenu=new international students;");
aI("text=IMMIGRATION & UNIVERSITY REGULATIONS;showmenu=immigration & university regulations;");
aI("text=NATIONAL STUDENT EXCHANGE;url=nse.html;");
aI("text=CONTACT;url=contact.html;");
aI("text=LINKS;showmenu=links;");

;
}

with(milonic=new menuname("new international students")){
style=menuStyle;
overflow="scroll";

aI("text=Arrival Information Sheet;url=InternationalArrivalInfoSheet.doc;target=_blank;" )
aI("text=Transportation to ECSU;url=transportation.html;");
aI("text=International Impressions;url=internationalimpression.html;")
aI("text=Climate,Clothes, & Money;url=climatemoneyclothes.html");
aI("text=Health Services;url=http://www.easternct.edu/depts/health/;")
aI("text=Campus Map;url=http://www.easternct.edu/ecsu/map/index.html");
}

with(milonic=new menuname("immigration & university regulations")){
style=menuStyle;
overflow="scroll";
aI("text=Overview of F-1 Student Status;url=regulations.html;;");
aI("text=University Regulations;url=universityregulations.html;");

}

with(milonic=new menuname("links")){
style=menuStyle;
overflow="scroll";
aI("text=Study Abroad;url=http://www.easternct.edu/depts/stuaff/study_abroad/index.html;target=_blank;");
aI("text=Connecticut Department of Motor Vehicles;url=http://www.ct.gov/dmv/site/default.asp;target=_blank;");
aI("text=U.S. State Department Bureau of Consular Affairs;url=http://www.travel.state.gov;target=_blank;");
aI("text=U.S. Citizenship and Immigration Services;url=http://uscis.gov/graphics/index.htm;target=_blank;");
aI("text=U.S. Customs and Border Protection;url=http://www.customs.ustreas.gov/;target=_blank;");
aI("text=U.S. Immigration and Customs Enforcement;url=http://www.ice.gov/graphics/index.htm;target=_blank;");
aI("text=Foreign Consular Offices in the U.S.;url=http://www.state.gov/s/cpr/rls/fco/;target=_blank;");
aI("text=Student and Exchange Visitor Program.;url=http://www.ice.gov/sevis/students/index.htm;target=_blank;");
}


drawMenus();


