_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"
itemheight=34;
//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"
itemheight=34;
//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("Main Menu")){
alwaysvisible=1;
left=29;
orientation="horizontal";
style=menuStyle;
top=123;
itemheight=34;
aI("image=/images/index_10.gif;overimage=/images/index_10-over.gif;status=Orthopaedics;url=http://www.summithealthplex.com/content_pages/georgia_bone_and_joint.html;");
aI("image=/images/index_11.gif;overimage=/images/index_11-over.gif;status=Radiology;url=http://www.summithealthplex.com/content_pages/radiology.html;");
aI("image=/images/index_12.gif;overimage=/images/index_12-over.gif;status=Rehabilitation;url=http://www.summithealthplex.com/content_pages/georgia_rehabilitation_center.html;");
aI("image=/images/index_13.gif;overimage=/images/index_13-over.gif;status=Surgery Center;url=http://www.summithealthplex.com/content_pages/surgery_center.html;");
aI("image=/images/index_14.gif;overimage=/images/index_14-over.gif;status=Southern Crescent Surgical Associates;url=http://www.summithealthplex.com/content_pages/summit_urgent_care.html;");
aI("image=/images/index_15.gif;overimage=/images/index_15-over.gif;status=Pain Center;url=http://www.summithealthplex.com/content_pages/pain_center.html;");
aI("image=/images/index_16.gif;overimage=/images/index_16-over.gif;status=Pharmacy;url=http://www.summithealthplex.com/content_pages/pharmacy.html;");
}

drawMenus();

