


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(htzMenuStyle1=new mm_style()){
onbgcolor="#CC0000";
oncolor="#ffffff";
offbgcolor="#CCCCCC";
offcolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#cccccc";
separatorsize="5";
padding=2;
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrowdown.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90))";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=htzMenuStyle1;
top=52;
left=110;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;showmenu=Home;");
aI("text=Models;showmenu=Models;");
aI("text=Spare Parts;showmenu=Spare_Parts;");
aI("text=Software;showmenu=Software;");
}

with(milonic=new menuname("Home")){
style=htzMenuStyle1;
overflow="scroll";
aI("text=Home Product;url=diluters_main.htm;");
aI("text=Home (Site);url=index.htm;");
}

with(milonic=new menuname("Models")){
style=htzMenuStyle1;
overflow="scroll";
aI("text=Compudil 3;url=compudil_3.htm;");
aI("text=Compudil 310 & 320;url=compudil_310_320.htm;");
aI("text=Compudil 330 & 340;url=compudil_330_340.htm;");
aI("text=Compudil LR;url=compudil_lr.htm;");

}

with(milonic=new menuname("Spare_Parts")){
style=htzMenuStyle1;
aI("text=Compudil 3;url=compudil_3_spares.htm;");
aI("text=Compudil 310 & 330;url=compudil_310_330_spares.htm;");
aI("text=Compudil 320 & 340;url=compudil_320_340_spares.htm;");
aI("text=Compudil LR;url=compudil_lr_spares.htm;");
}

with(milonic=new menuname("Software")){
style=htzMenuStyle1;
aI("text=Visprog;url=visprog_main.htm;");
}



drawMenus();

