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(topStyle=new mm_style()){
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
offbgcolor="transparent";
offcolor="#000000";
overbgimage="/images/rollover_grey.gif";
oncolor="#000000";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2)";
padding=0;
pagebgimage="/images/rollover_grey.gif"; /*indicates what page you're on*/
pagecolor="black";
separatorcolor="#cccccc";
separatorsize=1;
itemwidth=150; /* width of each item on the menu */
itemheight=25;
subimage="/images/arrow.gif";
subimagepadding=5;
}

with(subtopStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#cccccc";
oncolor="#000000";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2)";
padding=0;
pagebgcolor="#ffffff";
separatorcolor="#999999";
separatorsize=1;
subimage="/images/arrow.gif";
subimagepadding=5;
itemheight=25;
}

with(milonic=new menuname("Menu_Products")){
alwaysvisible=1;
position="relative";
orientation="vertical";
style=topStyle;
aI("align=left;separatorcolor=black;separatorsize=1;fontweight=bold;text=&nbsp;Products:;type=header;");
aI("text=&nbsp;ECG Analyzer;url=/products/ecg.php;");
aI("text=&nbsp;VitalScan Monitor;url=/products/vitalscan.php;");
aI("text=&nbsp;CardioMonitor;url=/products/cardio.php;");
aI("text=&nbsp;ERM-8010;url=/products/erm.php;");
aI("text=&nbsp;Small Animal Ventilator;url=/products/smvent.php;");
aI("text=&nbsp;CardioStore;url=/products/cstore.php;");
aI("text=&nbsp;Tidal Wave;url=/products/tidal.php;");
aI("text=&nbsp;Consumables;url=/products/consumables.php;");
}



drawMenus();