fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=200;
_menuOpenDelay=150;
_subOffsetTop=5;
_subOffsetLeft=-36;




with(menuStyle=new mm_style()){
bordercolor="#edf0e9";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Arial, Tahoma";
fontsize="10px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#edf0e9";
headercolor="#000000";
offbgcolor="#edf0e9";
offcolor="#6a857d";
onbgcolor="#ACB7A6";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.0)";
overfilter="Fade(duration=0.0);Alpha(opacity=92)";
padding=8;
pagebgcolor="#edf0e9";
pagecolor="edf0e9";
separatorcolor="#FFFFFF";
separatorsize=1;
subimage="../DHTMLimages/arrowGreen.gif";
subimagepadding=5;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=31;
orientation="vertical";
style=menuStyle;
menuwidth=234;
top=191;
aI("showmenu=ABOUTUS;text=&nbsp;ABOUT US;");
aI("showmenu=EDUCATION;text=&nbsp;EDUCATION;");
aI("showmenu=ANNUALCONFERENCE;text=&nbsp;IHM ANNUAL CONFERENCE;");
aI("showmenu=MEMBERSHIP;text=&nbsp;MEMBERSHIP;");
aI("showmenu=CAREERS;text=&nbsp;CAREERS;");
aI("text=&nbsp;HOUSING EVENTS;url=../HOUSINGEVENTS/housing.asp;");
aI("showmenu=MEMBERSONLY;text=&nbsp;MEMBERS ONLY;");
aI("text=&nbsp;LINKS;url=../LINKS/links.asp;");
aI("text=&nbsp;CONTACT US;url=../CONTACTUS/contactus.asp;");
}

	with(new menuname("ABOUTUS")){
	style=menuStyle;
	//aI("text=President's Message;url=../ABOUT/default.asp;")
	aI("text=About Us;url=../ABOUT/aboutus.asp;")
	aI("text=Aims and Objectives;url=../ABOUT/aims-objectives.asp;")
	aI("text=Board of Directors;url=../ABOUT/bod.asp;")
	aI("text=Administration;url=../ABOUT/administration.asp;")
	}
	
	with(new menuname("ANNUALCONFERENCE")){
	style=menuStyle;
	aI("showmenu=2010CONFERENCE;text=IHM 2010 CONFERENCE;")
	aI("text=IHM 2009 Conference Review;url=../CONFERENCE/2009Conference.asp;")
	aI("text=IHM 2008 Conference Review;url=../CONFERENCE/2008Conference.asp;")
	aI("text=IHM 2007 Conference Review;url=../CONFERENCE/2007Conference.asp;")
	aI("text=IHM 2006 Conference Review;url=../CONFERENCE/2006Conference.asp;")
	aI("text=IHM 2005 Conference Review;url=../CONFERENCE/2005Conference.asp;")
	aI("text=IHM 2004 Conference Review;url=../CONFERENCE/2004Conference.asp;")
	aI("text=IHM 2003 Conference Review;url=../CONFERENCE/2003Conference.asp;")
	aI("text=IHM 2002 Conference Review;url=../CONFERENCE/2002Conference.asp;")
	}
	
		with(new menuname("2010CONFERENCE")){
		style=menuStyle;
		aI("text=Overview;url=../CONFERENCE/2010overview.asp;")
		aI("text=Accommodations;url=../CONFERENCE/2010accommodations.asp;")
		aI("text=Sponsorship Opportunites;url=../CONFERENCE/2010sponsorship.asp;")
		aI("text=Current Sponsors;url=../CONFERENCE/2010sponsors.asp;")
		aI("text=Program at a Glance;url=../CONFERENCE/2010program.asp;")
		aI("text=Registration Information;url=../CONFERENCE/2010Register.asp;")
		}
	
	with(new menuname("EDUCATION")){
	style=menuStyle;
	aI("text=IHM Education Program;url=../EDUCATION/educationprogram.asp;")
	aI("text=In-Class Learning;url=../EDUCATION/inclasslearning.asp;")
	aI("text=Distance Learning;url=../EDUCATION/distancelearning.asp;")
	aI("text=Course Descriptions;url=../EDUCATION/coursedescriptions.asp;")
	aI("text=Accreditation Process;url=../EDUCATION/accreditation.asp;")
	aI("text=Elective Guidelines;url=../EDUCATION/elective.asp;")
	}
	
	with(new menuname("MEMBERSHIP")){
	style=menuStyle;
	aI("text=Why Join?;url=../MEMBERSHIP/whyjoin.asp;")
	aI("text=Membership Categories;url=../MEMBERSHIP/membershipcategories.asp;")
	aI("text=IHM Code of Ethics;url=../MEMBERSHIP/codeofethics.asp;")
	aI("text=Join Today!;url=../MEMBERSHIP/jointoday.asp;")
	}

	with(new menuname("CAREERS")){
	style=menuStyle;
	aI("text=Job Postings;url=../CAREERS/jobpostings.asp;")
	aI("text=Job Resources and Links;url=../CAREERS/resourcesandlinks.asp;")
	}
	
	
	
	with(new menuname("MEMBERSONLY")){
	style=menuStyle;
	aI("text=Newsletter;url=../MEMBERSONLY/Newsletter.asp;")
	aI("text=Directory;url=../MEMBERSONLY/directory.asp;")
	aI("text=A Blueprint For Membership;url=../MEMBERSONLY/blueprint.asp;")
	aI("text=Annual Report Snapshot 2007;url=../MEMBERSONLY/annualreport2007.asp;")
	aI("text=Annual Report Snapshot 2006;url=../MEMBERSONLY/annualreport2006.asp;")
	aI("text=Code of Ethics;url=../MEMBERSONLY/codeofethics.asp;")
	}
	
drawMenus();

