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="#a68a57";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="120%";
fontstyle="Bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#276b73";
offcolor="#dddad3";
onbgcolor="#a68a57";
oncolor="#dddad3";
onsubimage="images/blue_arrow.gif";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#a68a57";
pagecolor="dddad3";
separatorcolor="#a68a57";
separatorsize=1;
subimage="images/ivory_arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//orientation="horizontal";
style=menuStyle;
aI("offbgcolor=#a68a57;oncolor=#3f487d;text=Home;url=index.html;");
aI("offbgcolor=#a68a57;oncolor=#3f487d;text=About;url=about.html;");
aI("offbgcolor=#a68a57;oncolor=#3f487d;showmenu=Procedures;text=Procedures;");
aI("offbgcolor=#a68a57;oncolor=#3f487d;text=Physicians;url=physicians.html;");
//aI("offbgcolor=#a68a57;oncolor=#3f487d;text=Video;url=video.html;");
}


with(milonic=new menuname("Procedures")){
style=menuStyle;
top="offset=2";
aI("offcolor=#dddad3;separatorsize=1;text=Cervical Epidural Steroid Injection;url=CESI.html;");
aI("offcolor=#dddad3;text=Lumbar Epidural Steroid Injection;url=LESI.html;");
aI("offcolor=#dddad3;text=Spinal Cord Stimulators;url=SCS.html");
aI("offcolor=#dddad3;text=Radiofrequency Procedure;url=RFP.html");
}


drawMenus();

