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";
headerbgcolor="#6699cc";
headercolor="#ffffff";
offbgcolor="#6699cc";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#6699cc";
padding=2;
pagebgcolor="#6699cc";
pagecolor="#000000";
separatorcolor="#000000";
separatorsize=1;
subimage="";
onsubimage="";
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.eastlakepeds.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=400;
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('Eastlake Pediatrics', 'http://www.eastlakepeds.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;");
}




drawMenus();

