

_menuCloseDelay=120          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=130            // The time delay before menus open on mouse over
_subOffsetTop=80              // Sub menu top offset
_subOffsetLeft=10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#8f1334";
oncolor="#ffffff";
offbgcolor="#cb5875";
offcolor="#ffffff";
bordercolor="#b53857";
borderstyle="solid";
borderwidth=1;
separatorcolor="#8b5a66";
separatorsize="1";
separatorwidth="180";
padding=4;
fontsize="80%";
fontstyle="bold";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#cb5875";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="3";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
//outfilter="randomdissolve(duration=0.3)";
}






with(milonic=new menuname("Corporate")){
top = 6;
left=-18;
style=menuStyle;
aI("text=Overview;url=corporate.asp;");
aI("text=Company Profile;url=company.asp;");
aI("text=Certificates and Awards;url=certificates.asp;");
aI("text=Media Gallery;url=media.asp;");
aI("text=Careers;url=careers.asp;");
}



with(milonic=new menuname("Products")){
top = 6;
left=-18;
style=menuStyle;
aI("text=Televisions;url=categories.asp?catid=1;");
//aI("text=DVD Players;url=products.asp?catid=2;");
aI("text=Fans;url=categories.asp?catid=3;");
aI("text=Home Appliances;url=categories.asp?catid=6;");
aI("text=Digital Devices;url=categories.asp?catid=4;");

aI("text=Special Promotions;url=specialpromotions.asp;");
}

with(milonic=new menuname("Service")){
top = 6;
left=-18;
style=menuStyle;
aI("text=Display Centers;url=service.asp;");
aI("text=Nationwide Sales Centers;url=sales.asp;");
aI("text=Service Centers;url=servicecenter.asp;");
aI("text=Dealers;url=dealers.asp;");

}
with(milonic=new menuname("Chillers")){
style=menuStyle;
separatorwidth="90";
aI("text=Hitachi Absorption Chillers;url=hitachi_absorption.htm;");
aI("text=Hitachi Centrifugal Chillers;url=hitachi_centrifugal.htm;");
aI("text=Hitachi Screw Chillers;url=hitachi_screw.htm;");
aI("text=Hitachi Package Units;url=hitachi_package.htm;");
}

with(milonic=new menuname("Generators")){
style=menuStyle;
separatorwidth="90";
aI("text=Mitsubishi Generators;url=mgs.htm;");
aI("text=Perkins Series;url=perkins.htm;");

}



drawMenus();


