fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(XPMainStyle=new mm_style()){
styleid=1;
bordercolor="#C0C0C0";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma,Helvetica,Verdana";
fontsize="65%";
fontstyle="normal";
fontweight="normal";
offbgcolor="#F3F3EB";
offcolor="#000000";
onbgcolor="#CAD5A4";
onborder="1px solid #F3F3EB";
oncolor="#000000";
padding=3;
rawcss="padding-left:28px;padding-right:20px";
}

with(XPMenuStyle=new mm_style()){
bordercolor="#C0C0C0";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma,Helvetica,Verdana";
fontsize="65%";
fontstyle="normal";
fontweight="normal";
image="xpblank.gif";
imagepadding=2;
menubgimage="winxp.gif";
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#CAD5A4";
onborder="1px solid #F3F3EB";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90); Direction=135, Strength=5)";
padding=2;
//separatoralign="right";
separatorcolor="#C5C2B8";
//separatorpadding=1;
separatorwidth="80%";
//subimage="arrow.gif";
//subimagepadding=3;
menubgcolor="#F3F3EB";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//left=13;
margin=0;
orientation="horizontal";
style=XPMainStyle;
//top=12;
aI("text=HOME;url=index.htm;");
aI("text=PROFILE;url=profile.htm;");
aI("text=INFRASTRUCTURE;url=infrastructure.htm;");
aI("showmenu=Prod;text=PRODUCTS;url=product.htm;");
aI("text=CLIENTELE;url=clientele.htm;");
aI("text=ENQUIRY;url=enquiry.htm;");
aI("text=CONTACT US;url=contact.htm;");
}


with(milonic=new menuname("Prod")){
margin=1;
style=XPMenuStyle;
aI("text=Rapier Loom;url=rapierloom.htm;");
aI("text=Auto Shuttle Change Loom;url=autoshuttle.htm;");
aI("text=Premier Delux Loom;url=deluxloom.htm;");
aI("text=Two for One Twister;url=twister.htm;");
aI("text=Two for One Twister Spun;url=twisterspun.htm;");
aI("text=Two for One Twister Silk;url=twistersilk.htm;");
aI("text=Servo Cops Winder;url=servocropwinder.htm;");

}

drawMenus();

