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=Vital Statistics Home;url=/health/ph/vitalstatistics/index.htm;status=Vital Statistics Home;");
aI("text=Birth Certificates;url=/health/ph/vitalstatistics/birth.htm;showmenu=birth;status=Birth Certificates;");
aI("text=Death Certificates;url=/health/ph/vitalstatistics/death.htm;status=Death Home;");
aI("text=Apostilles;url=/health/ph/vitalstatistics/apostilles.htm;status=Apostilles;");
aI("text=Medical Marijuana ID Card Program;url=/health/ph/vitalstatistics/mmp.htm;showmenu=mmp;status=Medical Marijuana ID Card Program;");
aI("text=Fee Schedule;url=/health/ph/vitalstatistics/fees.htm;status=Fee Schedule;");
aI("text=Download Application Forms;url=/health/ph/vitalstatistics/forms.htm;status=Download Application Forms;");
aI("text=Location and Map;url=/health/ph/vitalstatistics/location.htm;status=Location and Map;");
aI("text=Related Links;url=/health/ph/vitalstatistics/links.htm;status=Related Links;");
}

with(milonic=new menuname("birth")){
style=menuStyle;
overflow="scroll";
aI("text=What You Need to Know About Your Child's Birth Certificate;url=/health/ph/vitalstatistics/child_cert.htm;status=What You Need to Know About Your Child's Birth Certificate;");
aI("text=Que Necesita Saber Acerca del Certificado de Nacimiento De Su Ni&ntilde;o;url=/health/ph/vitalstatistics/child_cert_sp.htm;status=Que Necesita Saber Acerca del Certificado de Nacimiento De Su Ni&ntilde;o;");
}

with(milonic=new menuname("mmp")){
style=menuStyle;
overflow="scroll";
aI("text=Frequently Asked Questions;url=/health/ph/vitalstatistics/mmp_faq.htm;status=Frequently Asked Questions;");
}


drawMenus();
