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

with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=3;
}

with(contentStyle=new mm_style()){
fontfamily="Verdana, Arial, Tahoma";
fontsize="10px";
fontstyle="normal";
fontweight="bold";
offbgcolor="#666666";
offcolor="#FFFFFF";
onbgcolor="#999999";
oncolor="#FFFFFF";
//outfilter="Fade(duration=0.2)";
//overfilter="Fade(duration=0.2)";
padding=5;
separatorcolor="#FFFFFF";
separatorsize=1;
//left=10;
//top=10;
//subimage="/images/arrow.gif";
//subimagepadding=2;
}

with(milonic=new menuname("programMenu")){
	overflow="scroll";
	style=contentStyle;
	aI("text=&nbsp;Calendar;url=/program/calendar.php;");
	aI("text=&nbsp;Sponsorship Opportunities;url=/program/index.php?docid=13;");
	aI("text=&nbsp;Annual Awards;url=/program/index.php?docid=1;");
	aI("text=&nbsp;Regional Conferences;url=/program/index.php?docid=2;");
	aI("text=&nbsp;Program Series;url=/program/index.php?docid=3;");
	aI("text=&nbsp;Charity Golf Tournament;url=/program/index.php?docid=4;");
	/*aI("text=&nbsp;Photo Gallery;url=/program/index.php?docid=15;");*/
	aI("text=&nbsp;Photo Gallery;url=/gallery/;");
}

with(milonic=new menuname("resourcesMenu")){
	overflow="scroll";
	style=contentStyle;
	aI("text=&nbsp;News;url=/resources/news.php;");
	aI("text=&nbsp;Job Bank;url=/resources/jobs.php;");
	/*aI("text=&nbsp;Newsletter Archive;url=/resources/;");*/
	aI("text=&nbsp;Member Spotlight;url=/resources/index.php?docid=16;");
	aI("text=&nbsp;Professional Development;url=/resources/index.php?docid=6;");
	aI("text=&nbsp;Certification - CPSM;url=/resources/index.php?docid=7");
	aI("text=&nbsp;Industry Links;url=/resources/index.php?docid=5;");
}

with(milonic=new menuname("aboutMenu")){
	overflow="scroll";
	style=contentStyle;
	aI("text=&nbsp;Welcome;url=/about/index.php?docid=8;");
	aI("text=&nbsp;Board of Directors;url=/about/board.php;");
	aI("text=&nbsp;Committees and Chairs;url=/about/index.php?docid=17;");
	aI("text=&nbsp;Advisory Board;url=/about/index.php?docid=10;");
	aI("text=&nbsp;Join Us;url=/about/index.php?docid=11;");
	aI("text=&nbsp;Bylaws;url=/about/index.php?docid=12;");
	aI("text=&nbsp;SMPS National;url=http://www.smps.org;target=_blank");
}

drawMenus();