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=2;
_subOffsetLeft=-2;


with(mainMenuStyle=new mm_style())
{
	bordercolor="#999999";
	borderstyle="solid";
	borderwidth=0;
	fontfamily="Arial";
	fontsize="12px";
	fontstyle="normal";
	fontweight="bold";
	align="center";
	headerbgcolor="#ffffff";
	headercolor="#ffffff";
	offbgcolor="#eeeeee";
	offcolor="#FFFFFF";
	// onbgcolor="#660000";
	oncolor="#FFFFFF";
	outfilter="randomdissolve(duration=0.111)";
	overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=0)";
	padding=1;
	pagebgcolor="#82B6D7";
	pagecolor="white";
	separatorcolor="#999999";
	separatorsize=0;
	bgimage="/images/pageElements/blankRedTab.gif";
	itemwidth=132;
	itemheight=22;
}

with(menuStyle=new mm_style())
{
	bordercolor="#EAEAEA";
	borderstyle="solid";
	itemwidth=132;
	borderwidth=0;
	fontfamily="Arial";
	fontsize="12px";
	fontstyle="normal";
	fontweight="bold";
	headerbgcolor="#ffffff";
	headercolor="#000000";
	offbgcolor="#EAEAEA";
	offcolor="#000000";
	onbgcolor="#DDDDDD";
	oncolor="#000000";
	outfilter="randomdissolve(duration=0.3)";
	overfilter="Fade(duration=0.01);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
	padding=4;
	pagebgcolor="#EAEAEA";
	pagecolor="black";
	separatorcolor="#999999";
	separatorsize=1;
	subimage="/images/pageElements/leftnav_arrow_black.gif";
	subimagepadding=2;
}

<!-- Main Menu -->
with(milonic=new menuname("Main Menu"))
{
	alwaysvisible=1;
	orientation="horizontal";
	style=mainMenuStyle;
	align="center";
	aI("showmenu=Overview;text=Overview;");
	aI("showmenu=Agenda;text=Agenda;");
	aI("showmenu=Presentation;text=Presentation<br />Materials;");
	aI("showmenu=Presenters;text=Presenters;");
	aI("showmenu=QCDVD;text=Quality Choir DVD;");
	aI("showmenu=SiteMap;text=Site Map;");

}

<!-- Overview Menu  -->

with(milonic=new menuname("Overview"))
{
	style=menuStyle;
	aI("text=Overview;url=/pages/contentPageRSNA.jsp?ID=4900;");
}

<!-- Agenda Menu Start -->

with(milonic=new menuname("Agenda"))
{
	style=menuStyle;
	aI("text=Agenda;url=/pages/contentPageRSNA.jsp?ID=4901;");
}

<!-- Presentation Menu Start -->

with(milonic=new menuname("Presentation"))
{
	style=menuStyle;
	aI("text=Process Improvement;url=/pages/contentPageRSNA01.jsp;");
	aI("text=Customer Satisfaction;url=/pages/contentPageRSNA02.jsp;");
	aI("text=Patient Safety in Radiology;url=/pages/contentPageRSNA03.jsp;");
	aI("text=Professional Assessment;url=/pages/contentPageRSNA04.jsp;");
}

<!-- Presenters Menu Start -->

with(milonic=new menuname("Presenters"))
{
	style=menuStyle;
	aI("text=Presenters;url=/pages/contentPageRSNA.jsp?ID=4902;");
}

<!-- QCDVD Menu Start-->

with(milonic=new menuname("QCDVD"))
{
	style=menuStyle;
	aI("text=Quality Choir DVD;url=/pages/contentPageRSNA.jsp?ID=4801;");
}

<!-- Site Map Menu Start -->

with(milonic=new menuname("SiteMap"))
{
	style=menuStyle;
	aI("text=Site Map;url=/pages/contentPageRSNA.jsp?ID=4904;");
}

drawMenus();

