
fixMozillaZIndex=true;
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(LeftMenueStyle=new mm_style()){	
	onclass="LeftMenueTextOn";
	offclass="LeftMenueTextOff";
	padding=2;
	itemwidth=195;
	itemheight=23;
}


with(LeftMenueSubStyle=new mm_style() ){	
	onclass= "LeftSubMenueon";
	offclass= "LeftSubMenueOff";
	subimagepadding= 10;
	padding= 3;
	bordercolor= "#ACABAB";
	borderstyle= "solid";
	borderwidth= 1;
	separatoralign= "left";
	separatorcolor= "#16183E";
	separatorwidth= "100%";
}


        with(milonic=new menuname("Main Menu")){
style=LeftMenueStyle;
alwaysvisible=1;
orientation="vertical";

aI("text=Apply for Admission;showmenu=Apply;");
aI("text=Graduate Bulletin;url=grad_bulletin.htm;");
//aI("text=Course Catalog;url=http://www.easternct.edu/ecsu/docs/Eastern_course_catalog_08_10.pdf;target=_blank");
aI("text=Programs;showmenu=pro;");
aI("text=Resources;showmenu=res;");
aI("text=Faculty Advisors;url=staff.htm;");
aI("text=Plans of Study/ Forms;showmenu=forms;");
aI("text=Graduate Division Home;url=index.htm;");
}

with(milonic=new menuname("Apply")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Degree Seeking Students;url=http://www.easternct.edu/graduate/applications.htm;");
aI("text=Non-Degree Seeking Students;url=http://www.easternct.edu/graduate/non_degree.htm;");
aI("text=Apply On-line;url=https://eweb.easternct.edu/wfbprod/bwskalog.P_DispLoginNon;target=_blank");
aI("text=International Students;url=http://www.easternct.edu/graduate/International.htm;");
}

with(milonic=new menuname("pro")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Organizational Management;url=http://www.easternct.edu/business/master_science.htm;target=_blank");
aI("text=Education;url=http://www.easternct.edu/education/;target=_blank");
//aI("text=Accounting;url=http://www.easternct.edu/business/master_accounting.htm;target=_blank");
aI("text=Teacher Certification;url=certification.htm");
}

with(milonic=new menuname("res")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=University Catalog;url=http://www.easternct.edu/ecsu/docs/easterncatalog.pdf;target=_blank");
aI("text=FAQ;url=faq.htm");
aI("text=Updates;url=updates.htm");
aI("text=Forms;showmenu=forms;");
aI("text=Links;url=links.htm");
}

with(milonic=new menuname("forms")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Applications;url=applications.htm");
aI("text=Plans of Study;url=ad-forms.htm");
aI("text=Other Forms;url=ad-forms.htm");

}

drawMenus();


