
_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="#666666";
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=Product Home;url=multigene_main.htm;status=Back To Home Page;");
aI("text=Specification;showmenu=Specification;");
aI("text=Spares;showmenu=Spares;");
}

with(milonic=new menuname("Specification")){
style=htzMenuStyle1;
overflow="scroll";
aI("text=Specification;url=multigene_specification.htm;");
}

with(milonic=new menuname("Spares")){
style=htzMenuStyle1;
overflow="scroll";
aI("text=Multigene Spares;url=multigene_spares.htm;");
}

drawMenus();

