fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#052756";
offcolor="#FFFFFF";
onbgcolor="#FFFFFF";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=7;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}


 with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=index.php;");
aI("showmenu=Physicians;text=Physicians;");
aI("text=Pollen;url=pollen.php;");
aI("showmenu=Services;text=Our Services;");
aI("text=Common Allergens;url=allergens-images.php;");
aI("text=Links;url=alergy-links.php;");
aI("text=Allergy News;url=alergy-news.php;");
aI("showmenu=Forms;text=Patient Forms;");
aI("text=Locations;url=our_locations.php;");
aI("showmenu=Video;text=Videos;");

 }

with(milonic=new menuname("Forms")){
overflow="scroll";
style=menuStyle;
aI("text=New Patients Appointment;url=https://www.jaxallergists.com/new-patient-appointments.php;")
aI("text=Patient Forms;url=patient_forms.php;");
aI("text=Credit Disbursement;url=credit.php;");
}

with(milonic=new menuname("Services")){
overflow="scroll";
style=menuStyle;
aI("text=Services;url=services-jacksonville-allergy.php;")
aI("text=eServices;url=https://www.jaxallergists.com/forms/login.php;")
aI("text=Pay Your Bill Online;url=https://www.jaxallergists.com/auth/index.php;")

}
with(milonic=new menuname("Video")){
overflow="scroll";
style=menuStyle;
aI("text=Skin Testing Video;url=video.php;");
aI("text=Can Asthma Be Cured?;url=video3.php;");
aI("text=Overview of Allergy ;url=video4.php;");
aI("text=Allergy Shots;url=video5.php;");

}

with(milonic=new menuname("Physicians")){
overflow="scroll";
style=menuStyle;
aI("text=Dr. Prabhu;url=dr-prabhu.php;")
aI("text=Dr. Joshi;url=dr-joshi.php;")
aI("text=Dr. Mass;url=dr-mass.php;")
aI("text=Dr. Katz;url=dr-katz.php;")


}

drawMenus();


