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=Disease Control Home;url=/health/ph/diseasecontrol/index.htm;status=Disease Control Home;");
aI("text=Infectious Diseases;url=/health/ph/diseasecontrol/diseases.htm;showmenu=diseases;status=Infectious Diseases;");
aI("text=Disease Reporting;url=/health/ph/diseasecontrol/reportable_diseases.htm;status=Disease Reporting;");
aI("text=HIV/AIDS Reporting;url=/health/ph/diseasecontrol/hivreporting.htm;status=HIV/AIDS Reporting;");
aI("text=Ask a Disease Control Nurse;url=/health/ph/diseasecontrol/form_ask.htm;status=Ask a Disease Control Nurse;");
aI("text=Hand Hygiene Program;url=/health/ph/diseasecontrol/handhygiene.htm;status=Hand Hygiene Program;;");
aI("text=Infection Control Measures;url=/health/ph/diseasecontrol/control.htm;status=Infection Control Measures;;");
}

with(milonic=new menuname("diseases")){
style=menuStyle;
overflow="scroll";
aI("text=Hepatitis C;url=/health/ph/diseasecontrol/hepatitis_c/index.htm;status=Hepatitis C;");
aI("text=Influenza;url=/health/ph/phpreparedness/influenza/seasonalflu.htm;status=Influenza;");
aI("text=Lyme Disease;url=/health/ph/diseasecontrol/lyme_disease/index.htm;status=Lyme Disease;");
aI("text=Lymphogranuloma venereum (LGV);url=/health/ph/diseasecontrol/lgv/index.htm;status=Lymphogranuloma venereum (LGV);");
aI("text=MRSA;url=/health/ph/diseasecontrol/mrsa/index.htm;status=MRSA;");
aI("text=Norovirus;url=/health/ph/diseasecontrol/norovirus/index.htm;status=Norovirus;");
aI("text=Pertussis;url=/health/ph/diseasecontrol/pertussis/index.htm;status=Pertussis;");
}

	
drawMenus();
