fixMozillaZIndex=true;


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#7F7EFE";
oncolor="#ffffff";
offbgcolor="#EDECFE";
offcolor="#000000";
bordercolor="#336";
borderstyle="solid";
borderwidth=1;
separatorcolor="#336";
separatorsize="1";
padding=5;
fontsize="90%";
//align="right";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#EDECFE";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/health/ph/resources/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=115;
left="2%";
alwaysvisible=1;
orientation="vertical";
itemwidth="110";
followscroll=1;
aI("text=Health Services Home;url=/health/index.htm;status=Health Services Home;");
aI("text=Public Health Home;url=/health/ph/index.htm;status=Public Health Home;");
aI("text=TPC Home;url=/health/ph/teenparent/index.htm;status=TPC Home;");
aI("text=Location & Map;url=/health/ph/teenparent/map.htm;status=Location & Map;");
aI("text=Adolescent Family Life;url=/health/ph/teenparent/aflp.htm;status=Adolescent Family Life;");
aI("text=Dads Make a Difference;url=/health/ph/teenparent/dads.htm;status=Dads Make a Difference;");
aI("text=Frequently Asked Questions;url=/health/ph/teenparent/faq.htm;status=Frequently Asked Questions;");
aI("text=Data & Reports;url=/health/ph/teenparent/data.htm;status=Data & Reports;");
aI("text=Success Stories;url=/health/ph/teenparent/success.htm;status=Success Stories;");
aI("text=Volunteer Opportunities;url=/health/ph/teenparent/volunteer.htm;status=Volunteer Opportunities;");
}
	
drawMenus();
