/*
============================
VERTICAL JSCRIPT MENU DATA
============================
----- Summary -----
This file contains the menu items and properties for the vertical milonic menu, which resides on the left side of SCE Hompage.

----- Other Notes -----
Eastern's Official Website Colors
- http://www.easternct.edu/ecsu/makepages/getting_started.htm

Blue: RGB: ( R=0 G=38 B=70 ) Hex Conversion: #002646
Burgundy: RGB:  ( R=124 G=33 B=40 ) Hex conversion: #7C2128


----- Last Modified: ----- 
09.23.2008,  (Student Webmaster)

*/

/* Attributes declaration */
fixMozillaZIndex=true;
_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=2;               /* Sub menu top offset */
_subOffsetLeft=-2;             /*Sub menu left offset */
_scrollAmount=3;               /* Only needed for Netscape 4.x */
_scrollDelay=20;               /* Only needed for Netcsape 4.x  */

/*  Define Menu Properties */
with(side_menuStyle=new mm_style()){
fontsize="10pt";
fontweight="bold";
fontstyle="normal";
fontfamily="Tahoma,Helvetica,Verdana";
oncolor="#002646"; /* 7c2230 */
offcolor="#7C2128";
onbgcolor="#FFFFFF"; /*  honeydew  "#eae6e1" */ 
offbgcolor="#eae6e1"; 
onborder="1px solid #dddddd";
margin=1;
itemwidth=193; /* 160 */
padding=5;
subimagepadding=5;
subimage="http://continuingeducation.easternct.edu/images/grey_13x13_wb.gif";
onsubimage="http://continuingeducation.easternct.edu/images/black_13x13_wgreyb.gif"
separatorsize=1;
separatorcolor="#C4C7C9";
}

/* Define Sub-Menu Properties  */
with(side_submenuStyle=new mm_style()){
fontsize="10pt";
fontweight="bold";
fontstyle="normal";
fontfamily="Tahoma,Helvetica,Verdana";
oncolor="#002646"; /* 7c2230 */
offcolor="#7C2128";
onbgcolor="#eae6e1"; /*  honeydew */
offbgcolor="#FFFFFF"; /* "#eeeeee"*/
onborder="1px solid #dddddd"; /* 999999 */
margin=3;
padding=3; /* 2 */
subimagepadding=2;
borderstyle="raised";
borderwidth=1; /* 2 */
high3dcolor="#E3E5D7";
low3dcolor="#D6D8C9";
swap3d=3;
subimage="http://continuingeducation.easternct.edu/images/grey_13x13_wb.gif";
onsubimage="http://continuingeducation.easternct.edu/images/black_13x13_wgreyb.gif"
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#939393)', Direction=145, Strength=2)";
}

/* Main Vertical Menu (Left Side Navigator) */
with(milonic=new menuname("Side Menu")){
style=side_menuStyle;
orientation="vertical";
alwaysvisible=1;
orientation="vertical";
aI("text=Courses by Session;url=http://continuingeducation.easternct.edu/CreditCourseSchedules.htm;"); 
aI("text=Online Courses;url=http://continuingeducation.easternct.edu/EasternOnline.html"); 
aI("text=About Us / Contact Info.;showmenu=About Us;"); // + Sub 
aI("text=How to Get Started;showmenu=How to Get Started;"); // + Sub 
aI("text=Tests for Credit;showmenu=Tests for Credit;"); // + Sub 
aI("text=Credit Programs;showmenu=Credit Programs;"); // + Sub 
aI("text=Non-Credit Programs;showmenu=Non-Credit Programs;"); // + Sub 
aI("text=Registration;showmenu=Registration;"); // + Sub 
aI("text=SCE Home;url=http://continuingeducation.easternct.edu/;"); 
}


/* Sub Menu  - About Us  */
with(milonic=new menuname("About Us")){
style=side_submenuStyle;
overflow="scroll";
aI("text=About Us;url=http://continuingeducation.easternct.edu/intro.htm;");
aI("text=The Dean&rsquo;s Message;url=http://continuingeducation.easternct.edu/dean.htm;");
aI("text=Mission Statement;url=http://continuingeducation.easternct.edu/SCE-MissionStatement.htm;");
aI("text=Contact Directory;url=http://continuingeducation.easternct.edu/contact.htm;");
aI("text=News;url=http://continuingeducation.easternct.edu/News.htm;");
aI("text=Events Calendar;url=http://continuingeducation.easternct.edu/EventsCalendar.htm;");
aI("text=Site Index;url=http://continuingeducation.easternct.edu/site-index.htm;");
aI("text=Student Experiences;url=http://continuingeducation.easternct.edu/StudentsinContinuingEducation.htm;"); 
aI("text=Alumni Stars;url=http://www.easternct.edu/ce/AlumniStars.htm");
aI("text=Student Services;showmenu=services;"); // + Sub 
}



/* Sub Sub Menu  - services */
with(milonic=new menuname("services")){
style=side_submenuStyle;
overflow="scroll";
aI("text=Eastern Alert;url=http://www.easternct.edu/easternalert/;target=_blank");
aI("text=AccessAbility Services;url=http://nutmeg.easternct.edu/accessability/;target=_blank");
aI("text=Academic Services Center (ASC);url=http://www.easternct.edu/academicaffairs/ASC-FAQs.html;target=_blank"); 
aI("text=* Tutoring Schedule;url=http://www.easternct.edu/asc/tutoringcenter/schedule.html;target=_blank"); 
aI("text=Card Services;url=https://expresscard.easternct.edu/webapps/portal/frameset.jsp;target=_blank");
aI("text=Career Services;url=http://www.easternct.edu/career/;target=_blank");
aI("text=ECSU Bookstore;url=http://www.easternct.edu/ecsu/bookstore.htm;target=_blank");
aI("text=Counseling (CAPS);url=http://www.easternct.edu/counseling/;target=_blank"); 
aI("text=Financial Aid;url=http://www.easternct.edu/finaid/;target=_blank");
aI("text=Health Services;url=http://www.easternct.edu/health/;target=_blank");
aI("text=High School Students;url=http://www.easternct.edu/ce/documents/GuidelinesonGiftedMiddleandHighSchoolStudents.pdf;target=_blank");
aI("text= J. Eugene Smith Library;url=http://www.easternct.edu/smithlibrary/;target=_blank");
aI("text=Media Services;url=http://www.easternct.edu/mediaservices/;target=_blank");
aI("text=EasternOnline;url=http://continuingeducation.easternct.edu/EasternOnline.html;");
aI("text=University Police;url=http://www.easternct.edu/police/;target=_blank");
aI("text=Parking Permit;url=http://www.easternct.edu/police/;target=_blank");
aI("text=Veterans;url=http://nutmeg.easternct.edu/veterans/;target=_blank");
aI("text=Veterans' Services;url=http://www.easternct.edu/finaid/veteran.html;target=_blank");
aI("text=Women's Center;url=http://www.easternct.edu/womenscenter/;target=_blank");
}

/* Sub Menu - How to Get Started  */
with(milonic=new menuname("How to Get Started")){
style=side_submenuStyle;
overflow="scroll";
aI("text=How to get started;url=http://continuingeducation.easternct.edu/HowToGetStarted.htm;");
aI("text=Request Information;url=http://selectsurvey.net/easternct/TakeSurvey.aspx?SurveyID=840J884");
aI("text=FAQ;url=http://continuingeducation.easternct.edu/faq.htm;");
aI("text=Contact Directory;url=http://continuingeducation.easternct.edu/contact.htm;");
aI("text=NET Tools;showmenu=NETTools;"); 
aI("text=Veterans;url=http://nutmeg.easternct.edu/veterans/;target=_blank");// + Sub 
}

/* Sub Sub Menu  - NET Tools */
with(milonic=new menuname("NETTools")){
style=side_submenuStyle;
overflow="scroll";
aI("text=Student Portal;url=http://www.easternct.edu/portal/;target=_blank");
aI("text=Blackboard Vista;url=http://nutmeg.easternct.edu/its/webct/;target=_blank");
aI("text=eWeb Services;url=http://eweb.easternct.edu/;target=_blank");
aI("text=VPN (Online Z-Drive Access);url=https://tnl.easternct.edu/;target=_blank");
aI("text= J. Eugene Smith Library;url=http://www.easternct.edu/smithlibrary/;target=_blank");
}


/* Sub Menu - Tests for Credit */
with(milonic=new menuname("Tests for Credit")){
style=side_submenuStyle;
overflow="scroll";
aI("text=Groton LSAT;url=http://continuingeducation.easternct.edu/lsatexamdates.htm");
aI("text=CLEP;url=http://continuingeducation.easternct.edu/ClepDsst.html;");
aI("text=DSST;url=http://continuingeducation.easternct.edu/dsst.htm;");
}



/* Sub-Menu  - Credit Programs  */
with(milonic=new menuname("Credit Programs")){
style=side_submenuStyle;
overflow="scroll";
aI("text=Undergraduate Programs;url=http://continuingeducation.easternct.edu/undergrad.htm;");
aI("text=Credit Course Schedules;url=http://continuingeducation.easternct.edu/CreditCourseSchedules.htm;");
aI("text=Credit Online Courses;showmenu=CreditOnlineCourses;");
aI("text=Health Care Professionals;url=http://continuingeducation.easternct.edu/ForHealthCareProfessionals.htm;");
aI("text=Pre/Post Bac Nursing;url=http://nutmeg.easternct.edu/postbacnursing/index.html;");
aI("text=Navy;url=http://continuingeducation.easternct.edu/soc.htm;");
aI("text=Accelerated Options;url=http://continuingeducation.easternct.edu/accopt.htm;");
aI("text=Fast Track;url=http://continuingeducation.easternct.edu/fast.htm;");
aI("text=Credit for Lifelong Learning;url=http://continuingeducation.easternct.edu/cll.htm;");
aI("text=Global Field Courses;url=http://continuingeducation.easternct.edu/StudyTours-home.html;");
aI("text=Free Information Sessions;url=http://continuingeducation.easternct.edu/WhatsFree.htm;");
aI("text=Off-Campus Courses;url=http://continuingeducation.easternct.edu/OffCampusSites.html;");
aI("text=Directions;url=http://continuingeducation.easternct.edu/directions.htm;");
}

/* Sub Sub Menu  - Credit Online Courses*/
with(milonic=new menuname("CreditOnlineCourses")){
style=side_submenuStyle;
overflow="scroll";
aI("text=Online Courses;url=http://continuingeducation.easternct.edu/EasternOnline.html;");
}

/* Sub Menu - Non-Credit Programs  */
with(milonic=new menuname("Non-Credit Programs")){
style=side_submenuStyle;
overflow="scroll";
aI("text=Non-Credit Online Courses;url=http://continuingeducation.easternct.edu/OnlCrse.htm;");
aI("text=Inst. for Sustainable Energy;url=http://www.easternct.edu/sustainenergy/index.htm;");
aI("text=SHRM;url=http://continuingeducation.easternct.edu/SHRM.htm;");
aI("text=General Information;url=http://continuingeducation.easternct.edu/opd-general-info.htm;");
aI("text=Directions;url=http://continuingeducation.easternct.edu/directions.htm;");
}

/* Sub Menu - Registration  */
with(milonic=new menuname("Registration")){
style=side_submenuStyle;
overflow="scroll";
aI("text=Immunization Form (PDF);url=http://continuingeducation.easternct.edu/documents/PT_immunization_form_2010.pdf;");
aI("text=Money Matters;url=http://continuingeducation.easternct.edu/money.htm;");
aI("text=Part-Time Credit Registration;url=http://continuingeducation.easternct.edu/reginfo.htm;");
aI("text=Policies &amp; Procedures;url=http://continuingeducation.easternct.edu/policies.htm;");
}


drawMenus();		

