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="#cc9999";
headercolor="#ffffff";
offbgcolor="#cc9999";
offcolor="#ffffff";
onbgcolor="#ffffff";
oncolor="#cc9999";
padding=4;
pagebgcolor="#cc9999";
pagecolor="#ffffff";
separatorcolor="#ffffff";
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.epimed.net/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=200;
orientation="horizontal";
style=menuStyle;
top=123;
aI("text=<b><i>Appointments;url=http://www.epimed.net/appointments.aspx;title=Request an appointment online;status=Request an appointment online;");
aI("text=<b><i>Contact Us;url=http://www.epimed.net/contact.aspx;title=Contact us via this website;status=Contact us via this website;");
aI("text=<b><i>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><i>Print Page;url=javascript:printWindow();title=Click here to print this page;status=Click here to print this page;");
aI("text=<b><i>Bookmark;url=javascript:bookmarksite('Eastpointe Internist', 'http://www.epimed.net');title=Click here to bookmark this website;status=Click here to bookmark this website;");
aI("text=<b><i>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();

