_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=-1;
with(menuParentStyleHorizontal=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
fontweight="bold";
offbgcolor="#FFFFFF";
offcolor="#666666";
onbgcolor="#FFFFFF";
oncolor="#0068B3";
padding=0;
pagebgcolor="#FFFFFF";
pagecolor="#0068B3";
separatorcolor="#333333";
separatorsize=1;
itemheight=14;
}
with(menuParentStyleVertical=new mm_style()){
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
fontweight="bold";
offbgcolor="#FFFFFF";
offcolor="#666666";
onbgcolor="#FFFFFF";
oncolor="#0068B3";
padding=0;
pagebgcolor="#FFFFFF";
pagecolor="#0068B3";
separatorcolor="#333333";
separatorsize=1;
subimage="http://www.engmedsys.com/javascript/arrow.gif";
itemheight=14;
}
with(menuStyle=new mm_style()){
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
fontweight="bold";
offbgcolor="#FFFFFF";
offcolor="#666666";
onbgcolor="#FFFFFF";
padding=0;
pagebgcolor="#FFFFFF";
separatorcolor="#333333";
separatorsize=1;
itemheight=14;
}
with(menuStyleRight=new mm_style()){
align="right";
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
fontweight="bold";
offbgcolor="#FFFFFF";
offcolor="#666666";
onbgcolor="#FFFFFF";
oncolor="#0068B3";
padding=0;
pagebgcolor="#FFFFFF";
separatorcolor="#333333";
pagecolor="#0068B3";
separatorsize=1;
itemheight=14;
}
with(milonic=new menuname("OEM")){
openstyle="rtl";
style=menuStyleRight;
aI("status=Custom OEM Capabilities;text=
Custom OEM Capabilities
;url=?action=customoem_capabilities;");
aI("status=Custom OEM Products;text=
Custom OEM Products
;url=?action=customoem_products;");
}
with(milonic=new menuname("ContactUs")){
openstyle="rtl";
style=menuStyleRight;
aI("status=EMS Staff;text=
EMS Staff
;url=?action=contactus_staff;");
}
with(milonic=new menuname("product_4")){
style=menuStyle;
openstyle="mid";
top="offset=0";
left="offset=-1";
aI("oncolor=#65C8C6;pagecolor=#65C8C6;status=VentiSure2;text=
VentiSure2
;url=?action=products&productid=15;pagematch=?action=products&productid=15;");
aI("oncolor=#65C8C6;pagecolor=#65C8C6;status=DPM;text=
DPM
;url=?action=products&productid=17;pagematch=?action=products&productid=17;");
aI("oncolor=#65C8C6;pagecolor=#65C8C6;status=FENEM;text=
FENEM
;url=?action=products&productid=16;pagematch=?action=products&productid=16;");
}
// Menu last rendered: 3/11/2010 12:40:22 AM
drawMenus();
function changeRollover1(rollOverType){
//alert('changeRollover(' + rollOverType + ')');
if (rollOverType == 1) {
document.getElementById("mnuOuter1").className='CobraOn';
document.getElementById("mnuInner1").className='PLAOn'
} else {
document.getElementById("mnuOuter1").className='CobraOff';
document.getElementById("mnuInner1").className='PLAOff';
}
}
function changeRollover2(rollOverType){
//alert('changeRollover(' + rollOverType + ')');
if (rollOverType == 1) {
document.getElementById("mnuOuter2").className='CobraOn';
document.getElementById("mnuInner2").className='PLAOn'
} else {
document.getElementById("mnuOuter2").className='CobraOff';
document.getElementById("mnuInner2").className='PLAOff';
}
}