
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=Forms;url=forms.htm;");
aI("text=Policies;url=policies.htm;");
aI("text=Research Resources;url=resources.htm;");
aI("text=Electronic Submission;url=esubmission.htm;");
aI("text=Fellowship Calendar;url=calendar.htm;");
aI("text=Glossary of Terms;url=terms.htm;");
aI("text=Federal and State Agency Websites;url=federal_links.htm;");
aI("text=Foundations;url=foundations.htm;");
//aI("text=Proposal Writing Information;url=proposal_writing.htm;");
//aI("text=Grantscape Newsletter;url=grantscape.htm;");
aI("text=Grants Office Home;url=http://www.easternct.edu/grants/;");


}

with(milonic=new menuname("Forms")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Grant Refferal Form;url=http://www.easternct.edu/grants/forms/Grant_Referral_Form_revised_March_13_2008.doc;");
aI("text=Research Request Form;url=/forms/GRANTS_OFFICE-RESEARCH_REQUEST_FORM.doc;");
aI("text=Fastlane Registration From;url=/forms/NSF_Fastlane_Registration.doc;");
aI("text=Budget Preparation Form;url=/forms/Budget_Preparation_Form.doc;");
}

with(milonic=new menuname("Policies")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Submission and Approval;url=submission.htm;");
aI("text=Responsible Conduct of Research;url=/policies/Policy on Responsible Conduct of Research draft AUG 17.doc;");
aI("text=Research With Human Subjects;url=/policies/Research With Human Subjects-ECSU.doc;");
aI("text=Conflit of Interest;url=/policies/Financial_Disclosure_Policy_(Conflict_of_Interest).doc;");
aI("text=NEH Summer Stipend Policy;url=/policies/NEH Summer Stipend Program.doc;");
}

with(milonic=new menuname("Resources")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=IRIS;url=/resources/;");
aI("text=Grants Resource Center;url=/resources/;");
aI("text=Foundation Center;url=/resources/;");
aI("text=Chronicle of Higher Education;url=/resources/;");
aI("text=Chronicle of Philanthrophy;url=/resources/;");
}

with(milonic=new menuname("eSubmission")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=NSF Fastlane;url=/grants/esubmission/;");
aI("text=NIH-ERA Commons;url=/grants/esubmission/;");
aI("text=Grants.gov;url=/grants/esubmission/;");
aI("text=E-grants;url=/grants/esubmission/;");
}

drawMenus();

