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=Programs & Services;url=/health/ph/programs_services/index.htm;status=Programs & Services;");
aI("text=News & Alerts;url=/health/ph/news/index.htm;status=News & Alerts;");
aI("text=Birth & Death Records;url=/health/ph/vitalstatistics/index.htm;status=Birth & Death Records;");
aI("text=Community Resources;url=/health/ph/community/index.htm;status=Community Resources;");
aI("text=Data & Reports;url=/health/ph/data/index.htm;status=Data & Reports;");
aI("text=For Health Providers;url=/health/ph/providers/index.htm;status=For Health Providers;");
aI("text=Public Health Preparedness;url=/health/ph/phpreparedness/index.htm;status=Public Health Preparedness;");
aI("text=Public Health Clinics;url=/health/ph/clinics/index.htm;status=Public Health Clinics;");
aI("text=Services for Women & Children;url=/health/ph/women_children/index.htm;status=Services for Women & Children;");
}

	
drawMenus();
