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;


// main menu style
with(menuStyle=new mm_style()){
styleid=1;
align="right";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="../clinic/menu/location.gif";
imageposition="right";
offcolor="#B6B6B6";
oncolor="#E75700";
overimage="../clinic/menu/location_on.gif";
pagecolor="#7D7D7D";
//pagecolor="black";
}

// sub menu style
with(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offcolor="#000000";
oncolor="#747A75";
padding=5;
pagecolor="black";
subimage="../clinic/menu/11x9_dotted_green.gif";
subimagepadding=8;
}


/*
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=280;
orientation="vertcal";
style=menuStyle;
//top=10;
top=200;
aI("text=HOME;url=http://www.milonic.com/;");
aI("showmenu=Milonic;text=MILONIC;");
aI("showmenu=Partners;text=PARTNERS;");
aI("showmenu=Links;text=LINKS;");
aI("showmenu=MyMilonic;text=MYMILONIC;");
aI("text=SEARCH;");
}
*/

////////////////////
// sample submenu //
////////////////////
/*
with(milonic=new menuname("Milonic")){
left="offset=15";
style=submenuStyle;
aI("text=Purchasing Page;url=http://www.milonic.com/cbuy.php;");
aI("text=Contact Us;url=http://www.milonic.com/contactus.php;");
aI("text=Newsletter Subscription;url=http://www.milonic.com/newsletter.php;");
aI("text=FAQ;url=http://www.milonic.com/menufaq.php;");
aI("text=Discussion Forum;url=http://www.milonic.com/forum/;");
aI("text=Software License Agreement;url=http://www.milonic.com/license.php;");
aI("text=Privacy Policy;url=http://www.milonic.com/privacy.php;");
}
*/

// the drawMenus() function is called in menu_data_embed.js
// due to the placement of menu within table cell
/*
drawMenus();
*/
