
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=Get Well;url=get-well.html;");
aI("text=Programs and Services;url=programs.html;");
aI("text=Alcohol and Other Drug Information;url=alchohol-drug.html;");
aI("text=Staying Well Off-Campus;url=staying-well-of-compus.html;");
aI("text=Upcoming Events;url=events.html;");
aI("text=Wellness Committee;url=committee.html;");
aI("text=FAQ;url=faq.html;");
aI("text=Staff;url=staff.html;");
//aI("text=Contact us;url=contact.html;");
aI("text=Wellness Promotion Home;url=index.html;");
}

/*
with(milonic=new menuname("DEV")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=CEE Events & Workshops;url=events.htm;");
aI("text=On-Line Modules;url=facultyDevelopment.htm;");
aI("text=Service Learning;url=service-learning.html;");
aI("text=Project Compass;url=project-compass.html;");
aI("text=New Faculty Orientation Programs;url=faculty-orientation.html;");
aI("text=Faculty Mentoring Program;url=facultymentor.htm");
aI("text=Promotion, Tenure and Renewal Workshop;url=promotion-tenure.html");
}
*/

drawMenus();


