_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=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#889955";
oncolor="#FFFFEE";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#000267";
borderstyle="solid";
borderwidth=0;
separatorcolor="#116C29";
separatorsize="1";
padding=3;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="black";
pagebgcolor="#CCDDBB";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="pics/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#FFFFFF', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Products")){
style=menuStyle;
overflow="scroll";
aI("text=McFarland;url=mcfarlandmain.php?act=Mcfarland;status=Mcfarland;");
aI("text=Welker;url=welkermain.php?act=Welker;status=Welker;");
aI("text=Fin Tube Korea;url=finmain.php?act=Fin Tube Korea;status=Fin Tube Korea;");
aI("text=Flexim Instruments;url=fleximmain.php?act=Flexim Instruments;status=Flexim Instruments");
aI("text=Sejin Valve;url=sejinmain.php?act=Sejin Valve;status=Sejin Valve");
aI("text=TMS Korea;url=tmsmain.php?act=TMS Korea;status=TMS Korea");
aI("text=Sealite;url=sealitemain.php?act=Sealite;status=Sealite;");
aI("text=Bell;url=bellmain.php?act=Bell;status=Bell;");
aI("text=Bronswerk;url=bhtmain.php?act=Bronswerk;status=Bronswerk;");
aI("text=Carltsoe;url=carltsoemain.php?act=Carltsoe;status=Carltsoe;");
aI("text=Eesiflo;url=eesiflomain.php?act=Eesiflo;status=Eesiflo;");
aI("text=Fluidwell;url=fluidwellmain.php?act=Fluidwell;status=Fluidwell;");
aI("text=Hydrotechnik;url=hydrotechnikmain.php?act=Hydrotechnik;status=Hydrotechnik;");
aI("text=PCM;url=pcmmain.php?act=PCM;status=PCM;");
aI("text=Ramco;url=ramcomain.php?act=Ramco;status=Ramco;");
aI("text=Rivertrace;url=rtemain.php?act=RTE;status=Rivertrace;");

}

with(milonic=new menuname("Interactions")){
style=menuStyle;
aI("text=Assign Us As An Agent;url=addagent/mainagent.php;status=Assign us as an agent;target=_blank;targetfeatures= width=600 height=550 scrollbars=yes resizable=no;");
aI("text=Customer Support;url=custcare/maincare.php;Status= contact our customer support;target=_blank;targetfeatures=width=600 height=550 status=no scrollbars=yes resizable=no;");
aI("text=Request for Product Info;url=prodinfo/maininfo.php?prod=bell;status=Request for product info;target=_blank;targetfeatures=width=450 height=380 status=no scrollbars=no resizable=no;");
aI("text=Principle Support(not available yet);url=;status=Prinsiple Support through online;target=_blank;targetfeatures=width=600 height=550 status=no scrollbars=yes resizable=no;");

}

with(milonic=new menuname("Internal")){
style=menuStyle;
aI("text=Prayer Times;url=waktusolat.php;status=Muslim Prayer Times and other religious related");
aI("text=E-Perolehan;url=https://www.eperolehan.com.my/login.jsp?act=eperolehan;status=E-Perolehan;");
aI("text=Hablem Webmail;url=http://webmail.hablem.com;status=Hablem Webmail;");
aI("text=HIS Registration(not available yet);url=;status=HIS Registration for new user;target=_blank;targetfeatures=width=550 height=580status=no scrollbars=yes resizable=no;");
}


with(milonic=new menuname("News")){
style=menuStyle;
aI("text=Hablem Highlight;url=hhlight.php?act=hablemhighlight;status=Hablem Highlights-Hablem latest news;");
aI("text=Oil &amp; Gas Highlight;url=oaghlight.php?act=oaghighlight;status=Oil and Gas Hightlights;");
aI("text=Technologies;url=tech.php?act=technologies;status=Latest and updates on technologies");
}

drawMenus();


