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(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#006699";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=115;
orientation="horizontal";
style=menuStyle;
top=100;
aI("text=Home;url=index.aspx;");
aI("text= About Jayaraj Karz ;url=aboutus.aspx;");
aI("showmenu=GM Products;text=GM Products;");
aI("text=Special Offer;url=http://;");
aI("showmenu=Downloads;text=Downloads;");
aI("text=Customer Enquiry;url=enquiry.aspx;");
aI("text=Careers;url=careers.aspx;");
aI("text=Contact us;url=contact.aspx;");
aI("text=Feedback;url=feedback.aspx;");
}



with(milonic=new menuname("GM Products")){
style=menuStyle;
aI("text=Chevrolet Tavera;url=tavera_model.aspx;");
aI("text=Chevrolet Tavera Neo;url=taveraneo_model.aspx;");
aI("text=Chevrolet Aveo;url=aveo_model.aspx;");
aI("text=Chevrolet Optra;url=optra_model.aspx;");
aI("text=Chevy SRV;url=srv_model.aspx;");
aI("text=Chevrolet Spark;url=spark_model.aspx");
aI("text=Chevrolet Aveo U-VA;url=aveouva_model.aspx");
aI("text=Chevrolet Optra Magnum;url=optramagnum_model.aspx");
aI("text=Chevrolet Captiva;url=captiva_model.aspx");
}

with(milonic=new menuname("Downloads")){
style=menuStyle;
aI("text=Download Brochure;url=brochure.aspx;");
aI("text=Adobe Reader 7.0;url=adobe.aspx;");
aI("text=Alzip;url=alzip.aspx;");
}



drawMenus();


