_menuCloseDelay=500;
_menuOpenDelay=0;
_subOffsetTop=0;
_subOffsetLeft=0;


with(menuStyle=new mm_style()){
bordercolor="#006699";
borderstyle="solid";
borderwidth=0;
fontfamily="verdana";
fontsize="12";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#FFD18C";
offbgcolor="none";
offcolor="#FFFFFF";
onbgcolor="none";
oncolor="#ff960d";
outfilter="fade(duration=0.3)";
overfilter="Fade(duration=0.3);Alpha(opacity=100)";
padding=5;
//pagebgcolor="#82B6D7";
pagecolor="#FFD18C";
separatorcolor="#FFD18C";
separatorsize=0;
//subimage="arrow.gif";
subimagepadding=2;
}

with(menuStyle2=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="11";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#FFD18C";
offbgcolor="none";
offcolor="#9F9FFF";
onbgcolor="none";
oncolor="#ff0000";
outfilter="fade(duration=0.3)";
overfilter="Fade(duration=0.3);Alpha(opacity=100)";
padding=5;
//pagebgcolor="#82B6D7";
pagecolor="#FFC6C6";
separatorcolor="#FFD18C";
separatorsize=1;
//subimage="arrow.gif";
subimagepadding=2;
}


with(submenuStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana";
fontsize="10";
fontweight="bold";
headerbgcolor="#e2e6ec";
headercolor="#FFD18C";
offbgcolor="#323679";
offcolor="#cfcecb";
onbgcolor="#e9e7e7";
oncolor="#ff6600";
outfilter="fade(duration=0.3)";
overfilter="Fade(duration=0.3);Alpha(opacity=100)";
padding=3;
//pagebgcolor="#82B6D7";
pagecolor="#a1a3a5";
separatorcolor="#a29e9e";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("Technology")){
style=submenuStyle;
aI("text=Introduction;url=technology.htm;");
aI("text=Nova netPC;url=novanetpc.htm;");
aI("text=Nova Navigator;url=http://www.novanavigator.com;");
/*aI("text=DUDM technology;url=dudm.htm;");
aI("text=Simplified computing;url=simplified_computing.htm;");
aI("text=Parental control;url=parental_control.htm;");*/

}

with(milonic=new menuname("Home")){
style=submenuStyle;
aI("text=Introduction;url=home_service.htm;");
aI("text=Warranty Policy;url=warranty_policy.htm;");
}

with(milonic=new menuname("Enterprise")){
style=submenuStyle;
aI("text=Introduction;url=enterprise_service.htm;");
aI("text=Product Range;url=product_PC.htm;");
}

drawMenus();





























