_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=0;
buildafterload="true";


with(submenuStyle=new mm_style()){
align="center";
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="normal";
fontweight="bold";
offbgcolor="#FD0303";
offcolor="#ffffff";
onbgcolor="#000000";
oncolor="#000000";
ondecoration="underline";
padding="4";
pagecolor="White";
}

with(menuStyle=new mm_style()){
bgimage="images/blackL.gif";
fontfamily="Times New Roman";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
offcolor="Red";
oncolor="#000000";
separatorcolor="Transparent";
separatorsize="2";
separatorimage="images/blackLSep.gif";
overbgimage="images/blackL03.gif";
itemheight="44";
itemwidth="108";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=548;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
openstyle="up";
aI("text=HOME PAGE;target=;url=./;align=center;");
aI("text=TERM&CONDITION;target=;url=TERM&CONDITION.html;align=center;");
aI("text=ABOUT US;target=;url=ABOUT-US.html;align=center;");
aI("text=CONTACT US;target=;url=CONTACT-US.html;align=center;");
aI("text=SITE MAP;target=;url=sitemap-navigation.html;align=center;");
}


 drawMenus();
