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=Clinics Home;url=/health/ph/clinics/index.htm;status=Clinics Home;");
aI("text=Our Services;url=/health/ph/clinics/services.htm;showmenu=services;status=Our Services;");
aI("text=Clinic Schedules;url=/health/ph/clinics/schedules.htm;status=Clinic Schedules;");
aI("text=Request an Appointment;url=/health/ph/clinics/form_appt.htm;status=Request an Appointment;");
aI("text=Locations & Maps;url=/health/ph/clinics/location.htm;status=Locations & Maps;");
aI("text=For Medical Providers;url=/health/ph/clinics/providers.htm;status=For Medical Providers;");
aI("text=Related Links;url=/health/ph/clinics/links.htm;status=Related Links;");
}

with(milonic=new menuname("services")){
style=menuStyle;
overflow="scroll";
aI("text=Pregnancy Prevention & Birth Control;url=/health/ph/clinics/services_bc.htm;showmenu=pregprevention;status=Pregnancy Prevention & Birth Control;");
aI("text=Family Planning;url=/health/ph/clinics/services_fp.htm;status=Family Planning;");
aI("text=Immunizations for Children & Adults;url=/health/ph/clinics/services_imm.htm;status=Immunizations for Children & Adults;");
aI("text=Pregnancy Testing & Counseling;url=/health/ph/clinics/services_pregtest.htm;status=Pregnancy Testing & Counseling;");
aI("text=STD Testing & Treatment;url=/health/ph/clinics/services_std.htm;status=STD Testing & Treatment;");
aI("text=Teen Services;url=/health/ph/clinics/services_teen.htm;status=Teen Services;");
aI("text=Travel Immunization Provider List;url=/health/ph/clinics/itc.htm;");
aI("text=Tuberculosis (TB) Testing;url=/health/ph/clinics/services_tb.htm;status=Tuberculosis (TB) Testing;");
aI("text=Tuberculosis (TB) Control Program;url=/health/ph/tb/index.htm;status=Tuberculosis (TB) Control Program;");
}

	with(milonic=new menuname("pregprevention")){
	style=menuStyle;
	overflow="scroll";
	aI("text=Birth Control Methods;url=/health/ph/clinics/services_bcdetail.htm;status=Birth Control Methods;");
	aI("text=Emergency Contraception;url=/health/ph/clinics/services_ec.htm;status=Emergency Contraception;");
	}

	with(milonic=new menuname("travel")){
	style=menuStyle;
	overflow="scroll";
	aI("text=Know Your Destination;url=/health/ph/clinics/itc_dest.htm;status=Know Your Destination;");
	aI("text=Know the Risks;url=/health/ph/clinics/itc_risks.htm;status=Know the Risks;");
	aI("text=Vaccine Costs;url=/health/ph/clinics/itc_costs.htm;status=Vaccine Costs;");
	aI("text=Before Your Appointment;url=/health/ph/clinics/itc_before.htm;status=Before Your Appointment;");
	aI("text=Request an Appointment;url=/health/ph/clinics/itc_form.htm;status=Request an Appointment;");
	aI("text=Frequently Asked Questions;url=/health/ph/clinics/itc_faq.htm;status=Frequently Asked Questions;");
	}
	
drawMenus();
