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="#023364";
borderstyle="solid";
borderwidth=1;
align="left";
fontfamily="arial,verdana,Tahoma";
fontsize="12px";
fontstyle="strong";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff"; // mouseOff bg color
offcolor="#023364"; // mouseOff font color
onbgcolor="#023364"; //rollover bg color
oncolor="#ffffff"; // rollover font color
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#cfcfcf', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#1F5D9A";
pagecolor="#eaeaea";
separatorcolor="#2C4889";
separatorsize=1;
//subimage="arrow.gif";
subimagepadding=2;
}

//mmenu1
with(milonic=new menuname("Products")){
overflow="scroll";
style=menuStyle;
aI("text=Rolloscope M;url=motorized_mammography_viewer_rolloscope_m.php;");
aI("text=Rolloscope ML;url=motorized_mammography_viewer_rolloscope_ml.php;");
aI("text=Rolloscope MD;url=motorized_mammography_viewer_rolloscope_md.php;");
aI("text=Rolloscope II;url=rolloscope2.php;");
}

//mmenu2
with(milonic=new menuname("Manuals")){
overflow="scroll";
style=menuStyle;
aI("text=Rolloscope M and ML;url=mammography_manuals.php#mml;");
aI("text=Rolloscope MD and MP;url=mammography_manuals.php#mdmp;");
aI("text=Rolloscope II;url=mammography_manuals.php#II;");
}

drawMenus();

