_menuCloseDelay=500           // 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=40                // 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

with(menuStyle=new mm_style()){
//onbgcolor="#002F6A";
oncolor="#FF6C00";
//offbgcolor="#ACACAC";
offcolor="#ffffff";
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
separatorcolor="#999999";
separatorsize="0";
padding=0;
fontsize="10px";
//subitemheight="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
//pagebgcolor="#82B6D7";
headercolor="#ffffff";
headerbgcolor="#ffffff";
//subimage="arrow.gif";
subimagepadding="5";
align="center"
//separatorpadding="10";
//overfilter="Fade(duration=0.3);Alpha(opacity=100);Shadow(color='#efefef', Direction=120, Strength=2)";
outfilter="randomdissolve(duration=0.2)";
}

with(submenuStyle=new mm_style()){
onbgcolor="#FF6C00";
oncolor="#ffffff";
offbgcolor="#292A84";
offcolor="#ffffff";
bordercolor="#efefef";
borderstyle="solid";
borderwidth=0;
separatorcolor="#efefef";
separatorsize="1";
padding=4;
fontsize="10px";
subitemheight="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ACACAC";
headercolor="#ffffff";
headerbgcolor="#ffffff";
//subimage="arrow.gif";
subimagepadding="5";
align="center"
//separatorpadding="10";
overfilter="Fade(duration=0.3);Alpha(opacity=100);Shadow(color='#efefef', Direction=120, Strength=2)";
outfilter="randomdissolve(duration=0.2)";
}

with(milonic=new menuname("Bottom Menu")){
alwaysvisible=1;
left=66;
orientation="horizontal";
style=menuStyle;
top=511;
itemheight=34;
aI("image=/images/ob-gyn.gif;overimage=/images/ob-gyn-over.gif;status=OB/GYN;url=http://www.summithealthplex.com/content_pages/ob_gyn.html;");
aI("image=/images/occupational.gif;overimage=/images/occupational-over.gif;status=Occupational Medicine;url=http://www.summithealthplex.com/content_pages/occupational_medicine.html;");
aI("image=/images/plastic.gif;overimage=/images/plastic-over.gif;status=Plastic Surgery;url=http://www.summithealthplex.com/content_pages/plastic_surgery.html;");
aI("image=/images/chiropractic.gif;overimage=/images/chiropractic-over.gif;status=Chriopractic;url=http://www.summithealthplex.com/content_pages/chiropractic.html;");
aI("image=/images/health_01.gif;overimage=/images/health_01-over.gif;status=Integrated Health;url=http://www.summithealthplex.com/content_pages/integrated_health.html;");
aI("image=/images/ymca.gif;overimage=/images/ymca-over.gif;status=YMCA;url=http://www.summithealthplex.com/content_pages/ymca.html;");
}

drawMenus();