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="10px";
fontstyle="normal";
fontweight="normal";
offbgcolor="transparent";
offcolor="#ffffff";
bgimage="/images/vetronics_menu_bg.gif";
overbgimage="/images/vetronics_menu_bg_over.gif";
oncolor="#ffffff";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2)";
padding=0;
pagebgimage="/images/vetronics_menu_bg_over.gif"; /*indicates what page you're on*/
pagecolor="#ffffff";
separatorcolor="transparent";
separatorsize=1;
itemwidth=90;  /*width of each item on the menu */
itemheight=25;
align="center";
}

with(subtopStyle=new mm_style()){
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#cccccc";
oncolor="#000000";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2);Shadow(color=#000000', Direction=135, Strength=3)";
padding=5;
pagebgcolor="#ffffff";
separatorcolor="#cccccc";
separatorsize=1;
subimage="/images/arrow.gif";
subimagepadding=2;
align="left";
itemwidth=130;
}

with(milonic=new menuname("TopMenu")){
alwaysvisible=1;
position="absolute";
left=415;
top=44;
orientation="horizontal";
style=topStyle;
aI("text=Products;showmenu=Products;");
aI("text=Cost Analysis;url=/costanal.php;");
aI("text=Diagnostic List;url=/diagnosis.php;");
aI("text=Support;showmenu=Support;");
aI("text=FAQ;url=/faq.php;");
aI("text=Consultation;url=/consultation.php");
}

with(milonic=new menuname("Products")){
position="absolute";
left=415;
top=69; /*241 with main menu header and 205 without*/
style=subtopStyle;
aI("text=ECG Analyzer;url=/products/ecg.php;");
aI("text=VitalScan Monitor;url=/products/vitalscan.php;");
aI("text=CardioMonitor;url=/products/cardio.php;");
aI("text=ERM-8010;url=/products/erm.php;");
aI("text=Small Animal Ventilator;url=/products/smvent.php;");
aI("text=CardioStore;url=/products/cstore.php;");
aI("text=Tidal Wave;url=/products/tidal.php;");
aI("text=Consumables;url=/products/consumables.php;");
}

with(milonic=new menuname("Support")){
position="absolute";
left=688;
top=69; /*241 with main menu header and 205 without*/
style=subtopStyle;
aI("text=Summary;url=/support/summary.php;");
aI("text=Maintenance Protection;url=/support/maintenance_plan.php;");
aI("text=Newsletter Archive;url=/support/newsletter.php;");
}

drawMenus();