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;
}

<!-- PIF Main Menu -->

with(milonic=new menuname("Main Menu"))
{
	alwaysvisible=1;
	orientation="horizontal";
	style=mainMenuStyle;
	align="center";
	aI("showmenu=Overview;text=Pay-It-Forward<br> Overview;");
	aI("showmenu=What is PIF;text=What is<br> Pay-It-Forward;");
	aI("showmenu=PIF DVDs;text=Pay-It-Forward DVDs;");
	aI("showmenu=Media Packs;text=Media Packs;");
	aI("showmenu=Scholars Program;text=Scholars Programs;");
	aI("text=Patient Safety Heroes;url=/pages/PIFidPage.jsp?ID=1643;");

}

<!-- PIF Overview Menu  -->

with(milonic=new menuname("Overview"))
{
	style=menuStyle;
	aI("text=Overview;url=/pages/PIFhome.jsp;");
}

<!-- What is PIF -->

with(milonic=new menuname("What is PIF"))
{
	overflow="scroll";
	style=menuStyle;
	aI("text=What is Pay-It-Forward;url=/pages/PIFidPage.jsp?ID=1579;");
}

<!-- PIF DVDs -->

with(milonic=new menuname("PIF DVDs"))
{
	overflow="scroll";
	style=menuStyle;
	aI("text=The Quality Choir;url=/pages/PIFidPage.jsp?ID=4883;");
	aI("text=Listening;url=/pages/PIFidPage.jsp?ID=4885;");
	aI("text=The Pete Conrad<br>Story;url=/pages/PIFidPage.jsp?ID=4893;");
}

<!-- Media Packs -->

with(milonic=new menuname("Media Packs"))
{
	overflow="scroll";
	style=menuStyle;
	aI("text=High Reliability;url=/mediaCtr_PIF.jsp?mediaClipID=303;");
	aI("text=Disney Values;url=/mediaCtr_PIF.jsp?mediaClipID=318;");
	aI("text=Patient Centered<br>Care;url=/pages/PIFidPage.jsp?ID=1583;");
	aI("text=Boeing;url=/mediaCtr_PIF.jsp?mediaClipID=301;");
	aI("text=Values and<br>Leadership;url=/mediaCtr_PIF.jsp?mediaClipID=319;");
}

<!-- Scholars Program -->

with(milonic=new menuname("Scholars Program"))
{
	overflow="scroll";
	style=menuStyle;
	aI("text=Introduction;url=/pages/PIFidPage.jsp?ID=1637;");
}




drawMenus();

