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(submenuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#003366";
onbgcolor="#ffffff";
oncolor="#7B7B7A";
outfilter="Blinds( Bands=1,direction=down, duration=0.5)";
overfilter="Blinds( Bands=1,direction=up, duration=0.3);Fade(duration=0.2);Alpha(opacity=90);"
padding=3;
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=8;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
image="images/square_dust.gif";
imagepadding=6;
offbgcolor="transparent";
offcolor="#333333";
onbgcolor="#ffffff";
oncolor="#7B7B7A";
outfilter="Fade(Overlap=1.00)";
overimage="images/square_blue.gif";
padding=2;
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=0;
subimagepadding=4;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
top=10;
left=230;
openstyle="up";
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=http://www.pediatricjunction.com/home.htm;");
aI("text=Contact Us;url=http://www.pediatricjunction.com/contact_us.html;");
aI("text=Office Hours;url=http://www.pediatricjunction.com/office_hrs.htm;");
aI("text=Map Location;url=http://www.pediatricjunction.com/location.html;");
aI("text=Calendar;url=http://www.pediatricjunction.com/calendar.html;");
aI("text=Patient Register;url=welcome.html;");
aI("text=Log In;url=http://www.pediatricjunction.com/login.php;");
}


drawMenus();

