_menuCloseDelay=100;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50;            // The time delay before menus open on mouse over
_followSpeed=5;                // Follow scrolling speed
_followRate=50;                // Follow scrolling Rate
_subOffsetTop=0;              // Sub menu top offset
_subOffsetLeft=0;        // Sub menu left offset
_scrollAmount=3;               // Only needed for Netscape 4.x
_scrollDelay=20;               // Only needed for Netcsape 4.x

_CFix=true;

with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#000000";
offbgcolor="";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=0;
padding=0;
fontsize="9px"; 
fontstyle="normal";
fontweight="bold";
fontfamily="arial, helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#616D67";
oncolor="#FFFFFF";
offbgcolor="#93A59D";
offcolor="#FFFFFF";
bordercolor="#E7E1D0";
borderstyle="solid";
borderwidth=1;
separatorcolor="#E7E1D0";
separatorsize=1;
padding=7;
menubgimage="";
fontsize="12px"; 
fontstyle="normal";
fontweight="normal";
fontfamily="tahoma, arial";
subimage="images/arrow.gif";
overfilter="fade(duration=0.7);Alpha(opacity=90);Shadow(color=#999999', Direction=135, Strength=5)";
outfilter="fade(duration=0.3)";
}


with(milonic=new menuname("about")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=195; 


aI("image=images/nav_left.gif;text=Mark A. Kontos M.D.;url=content.php?id=133");
aI("image=images/nav_left.gif;text=Christopher W. Sturbaum M.D.;url=content.php?id=134");
aI("image=images/nav_left.gif;text=Locations;url=content.php?id=125");
}

with(milonic=new menuname("education")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=185; 


aI("image=images/nav_left.gif;text=Patient Education Link #1;url=content.php?id=126");
aI("image=images/nav_left.gif;text=Patient Education Link #2;url=content.php?id=126");
aI("image=images/nav_left.gif;text=Patient Education Link #3;url=content.php?id=126");
aI("image=images/nav_left.gif;text=Patient Education Link #4;url=content.php?id=126");
aI("image=images/nav_left.gif;text=Patient Education Link #5;url=content.php?id=126");
aI("image=images/nav_left.gif;text=Patient Education Link #6;url=content.php?id=126");
}

with(milonic=new menuname("procedures")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=200; 


aI("image=images/nav_left.gif;text=LASIK;url=content.php?id=136");
aI("image=images/nav_left.gif;text=PRK;url=content.php?id=137");
aI("image=images/nav_left.gif;text=Cataract;url=content.php?id=139");
aI("image=images/nav_left.gif;text=Multifocal Lens Implants;url=content.php?id=140");
aI("image=images/nav_left.gif;text=Corneal Transplants;url=content.php?id=141");
aI("image=images/nav_left.gif;text=Botox;url=content.php?id=142");
aI("image=images/nav_left.gif;text=Implantable Contact Lenses;url=content.php?id=138");
aI("image=images/nav_left.gif;text=Eyelid Surgeries;url=content.php?id=147");
aI("image=images/nav_left.gif;text=Dry Eye Treatment & Surgeries;url=content.php?id=148");
}

with(milonic=new menuname("forms")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=155; 


aI("image=images/nav_left.gif;text=Patient Form #1;url=content.php?id=128");
aI("image=images/nav_left.gif;text=Patient Form #2;url=content.php?id=128");
aI("image=images/nav_left.gif;text=Patient Form #3;url=content.php?id=128");
}


drawMenus();