_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#600000";
offbgcolor="#01512C";
oncolor="#FFFFFF";
offcolor="#FFFFFF";
bordercolor="#006600";
borderstyle="solid";
borderwidth=1;
separatorcolor="#006600";
separatorsize="1";
padding=3;
fontsize="10px";
fontstyle="Regular";
fontweight="Normal";
fontfamily="Verdana";
itemwidth="150";
itemheight="25";
align="Center";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("1")){
style=menuStyle;
aI("text=History;url=dynamicdata/History.asp;status=History;");
}

with(sat=new menuname("17")){
style=menuStyle;
aI("text=Orthopedic Physicians;url=dynamicdata/orthopedicphysicians.asp;status=Orthopedic Physicians;");
}

with(sat=new menuname("20")){
style=menuStyle;
aI("text=Sports Medicine;url=dynamicdata/midwestsportsmedicinecenter.asp;status=Sports Medicine;");
aI("text=Hand;url=dynamicdata/Hand.asp;status=Hand;");
aI("text=Spine;url=dynamicdata/Spine.asp;status=Spine;");
aI("text=Foot/Ankle;url=dynamicdata/FootandAnkleSurgeryInSouthDakotaandNorthDakota.asp;status=Foot/Ankle;");
aI("text=Knee Joint Replacement;url=dynamicdata/midwestkneejointreplacement.asp;status=Knee Joint Replacement;");
aI("text=Joint Replacement;url=dynamicdata/jointreplacementsurgeryinsouthdakota.asp;status=Joint Replacement;");
aI("text=Patient Information;url=dynamicdata/OthopedicPatientInformation.asp;showmenu=95;status=Patient Information;");
}

with(sat=new menuname("95")){
style=menuStyle;
aI("text=Appointment Information;url=dynamicdata/AppointmentInformation.asp;status=Appointment Information;");
}

drawMenus();


