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="#F7EBD9";
borderstyle="solid";
borderwidth=0;
fontfamily="arial,comic sans ms,technical";
fontsize="12";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#303966";
offcolor="#F7EBD9";
onbgcolor="#F7EBD9";
oncolor="#303966";
padding=2;
pagebgcolor="#303966";
pagecolor="#F7EBD9";
separatorcolor="#F7EBD9";
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.mendelsonortho.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=180;
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('Mendelson/Kornblum', 'http://www.mendelsonortho.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=http://www.mendelsonortho.com/sitemap.html;title=View a full index of mendelsonortho.com;status=Click here to view a full index of mendelsonortho.com;");
}




drawMenus();

