
_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="#ffffff";
separatorsize="2";
padding=3;
fontsize="10px";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
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=82;
left=0;
//menuwidth="100%";
menualign="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=HOME;url=http://nutmeg.easternct.edu/registrar/index.html;status=Back To Registrar's Home Page;");
aI("text=REGISTRATION INFO;showmenu=reginfo;title=Registration Information;");
aI("text=NEWSLETTER;url=http://nutmeg.easternct.edu/registrar/newsletter.pdf;status=Registrar's Newsletter;target=_blank");
aI("text=POLICIES & PROCEDURES;url=http://nutmeg.easternct.edu/registrar/pol_proc.htm;status=Go to Policies and Procedures Page;");
aI("text=STAFF;url=http://nutmeg.easternct.edu/registrar/staff.htm;status=Go to Staff Page;");
aI("text=FORMS;url=http://nutmeg.easternct.edu/registrar/formselect.htm;status=Go to Forms Page;");
aI("text=TRANSCRIPT REQUEST;url=http://nutmeg.easternct.edu/registrar/transcripts.htm;status=Go to Transcript Request Page;");
aI("text=EQUIVALENT TRANSFER COURSE;url=http://nutmeg.easternct.edu/registrar/transfer_course.htm;status=Find an equivalent transfer course;");
aI("text=GRADUATION INFO;url=http://nutmeg.easternct.edu/registrar/grad_info.htm;status=Go to Graduation Information Page;");
}


with(milonic=new menuname("reginfo")){
style=menuStyle;
overflow="scroll";
aI("text=Instructions for Continuing Student Fall & Spring Registration;url=http://www.easternct.edu/registrar/documents/FallandSpringContinuingStudentRegistrationInstructions.pdf;target=_blank");
aI("text=Full-Time Registration Work Sheet - Fall or Spring;url=http://www.easternct.edu/registrar/documents/Full-TimeRegistrationWorkSheet.pdf;target=_blank");
aI("text=Continuing Education Part-Time Registration;url=http://www.easternct.edu/ce/reginfo.htm;target=_blank");
}

drawMenus();

