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=0;
fontfamily="verdana,Helvetica,Verdana";
fontsize="64%";
fontstyle="normal";
fontweight="bold";
offbgcolor="#feb964";
offcolor="#b80000";
onbgcolor="#f19e39";
onborder="0px solid #F3F3EB";
oncolor="#ffd198";
padding=14;
rawcss="padding-left:10px;padding-right:10px";
}

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=./Default.aspx;");
aI("text=ABOUT US;url=./Transaction/aboutus.aspx;");
aI("text=REGISTER;url=./Transaction/registration.aspx;");
aI("text=CONTACT US;url=./Transaction/contactus.aspx;");
aI("text=HOW TO BOOK;url=JavaScript:WindowOpen('http://www.classified4newspaper.com/Help/Adfield.html');");
aI("text=BOOKING OUTLETS;url=./Transaction/BookingAgents.aspx;");
}

function WindowOpen(url) {	window.open(url,'_blank', '')}

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();


