


_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=beeline_main.htm;status=Back To Home Page;");
aI("text=Accessories;showmenu=Accessories;");
aI("text=Applications;showmenu=Applications;");
aI("text=Software;showmenu=Software;");
aI("text=Technical;showmenu=Technical;");
}

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

with(milonic=new menuname("Applications")){
style=htzMenuStyle1;
overflow="scroll";
aI("text=IFA;url=ifa_automation_main.htm;");
aI("text=Oil Diluter;url=beeline_osp.htm;");
aI("text=Blood Grouping;url=beegroup_300_main.htm;");
aI("text=Tube Filling ;url=periflex_main.htm;");
}
with(milonic=new menuname("Software")){
style=htzMenuStyle1;
overflow="scroll";
aI("text=Software;url=beeline_software.htm;");
}
with(milonic=new menuname("Technical")){
style=htzMenuStyle1;
overflow="scroll";
aI("text=Technical;url=beeline_technical.htm;");
}

drawMenus();

