/*
============================
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: ----- 
04.08.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_menuStyle2=new mm_style()){
fontsize="10pt";
fontweight="bold";
fontstyle="normal";
fontfamily="Tahoma,Helvetica,Verdana";
oncolor="#002646"; /* 7c2230 */
offcolor="#7C2128";
onbgcolor="#FFFFFF"; /*  honeydew */ 
offbgcolor="#eeeeee"; 
onborder="1px solid #dddddd";
offborder="3px solid #7C2128";
margin=1;
itemwidth=193; /* 160 */
padding=5;
subimagepadding=5;
subimage="images/grey_13x13_wb2.gif";
onsubimage="images/black_13x13_wgreyb2.gif"
separatorsize=1;
separatorcolor="#C4C7C9";
border=2;
}

/* Define Sub-Menu Properties  */
with(side_submenuStyle2=new mm_style()){
fontsize="10pt";
fontweight="bold";
fontstyle="normal";
fontfamily="Tahoma,Helvetica,Verdana";
oncolor="#002646"; /* 7c2230 */
offcolor="#7C2128";
onbgcolor="#FFFFFF"; /*  honeydew */
offbgcolor="#eeeeee";
onborder="1px solid #dddddd"; /* 999999 */
offborder="1px solid #dddddd"; /* 999999 */
margin=3;
padding=3; /* 2 */
subimagepadding=2;
borderstyle="raised";
borderwidth=1; /* 2 */
high3dcolor="#E3E5D7";
low3dcolor="#D6D8C9";
swap3d=3;
subimage="images/grey_13x13_wb2.gif";
onsubimage="images/black_13x13_wgreyb2.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 Menu2")){
style=side_menuStyle2;
/*center=1;*/
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=EasternOnline Menu;showmenu=EasternOnline Menu;"); // + Sub 
}

/* Sub Menu  - Menu */
with(milonic=new menuname("EasternOnline Menu")){
style=side_submenuStyle2;
overflow="scroll";
aI("text=Welcome;url=EasternOnline.html;");
aI("text=Is EasternOnline for You?;url=EasternOnline-For-You.html;");
aI("text=Self Assesment;url=EasternOnline-assessment.html;");
aI("text=Major Concentrations;url=EasternOnline-Programs.html;");
aI("text=Registration;url=EasternOnline-Register.html;");
aI("text=Policies;url=EasternOnline-Policies.html;");
aI("text=Fees;url=EasternOnline-Fees.html;");
aI("text=Online Courses;url=EasternOnline-CreditCourseSchedules.html;");
aI("text=Accessing Online Courses;url=documents/EasternOnlineNewStudentsJuly2010.pdf;");
aI("text=EasternOnline Faculty;url=EasternOnline-Faculty.html;");
aI("text=EasternOnline Resources;url=http://www.easternct.edu/smithlibrary/research/EasternOnline_resources.htm;");

}

drawMenus();		

