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="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="arial,comic sans ms,technical";
fontsize="12";
fontstyle="normal";
offbgcolor="transparent";
offcolor="#5a0028";
onbgcolor="#5a0028";
oncolor="#d1c3dc";
padding=2;
separatorcolor="#5a0028";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

function printWindow(){
   bV = parseInt(navigator.appVersion)
   if (bV >= 4) window.print()
}
function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}


u = window.location;
function mailThisUrl() {
{
//window.location = "mailto:"+document.eMailer.email.value+"?subject="+initialsubj+"&body="+document.title+" "+u;
NewWindow = window.open("http://www.midlandob-gyn.com/referal.aspx?send="+u,null,
    "height=400,width=500,status=no,toolbar=no,menubar=no,location=no")
   }
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=325;
orientation="horizontal";
style=menuStyle;
top=130;
aI("text=<b>Send to a friend;url=javascript:mailThisUrl();title=Click here to send this page to a friend;status=Click here to send this page to a friend;");
aI("text=<b>Print page;url=javascript:printWindow();title=Click here to print this page;status=Click here to print this page;");
aI("text=<b>Bookmark;url=javascript:bookmarksite('Midland OB/Gyn', 'http://www.midlandob-gyn.com');title=Click here to bookmark this website;status=Click here to bookmark this website;");
aI("text=<b>Go Back;url=javascript:history.back(1);title=Click here to return to the prior page;status=Click here to return to the prior page;");
aI("text=<b>Site Index;url=javascript:mm_siteIndex('top=0,left=0,width=350,height=600','Midland OB/Gyn','midlandob.css');title=View a full index of midlandob-gyn.com;status=Click here to view a full index of midlandob-gyn.com;");
}




drawMenus();

