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()){
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="Images/bottlewhite-dot.gif";
imagepadding=6;
offbgcolor="#6699FF";
offcolor="#ffffff";
onbgcolor="#0066FF";
oncolor="#ffffff";
overimage="Images/bottleblue-dot.gif";
padding=6;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="Images/arrow.gif";
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#6699FF";
offcolor="#ffffff";
onbgcolor="#0066FF";
oncolor="#ffffff";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#758CC9";
separatorsize=1;
subimage="Images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;

orientation="horizontal";
style=menuStyle;
top=110;
aI("text=&nbsp;&nbsp;Home &nbsp;&nbsp;&nbsp;&nbsp;url=index.html;");
aI("showmenu=AboutChemtan;text=&nbsp;About Chemtan &nbsp;&nbsp;");
aI("showmenu=Products;text=&nbsp;Our Products &nbsp;");
aI("showmenu=TechnicalNews;text=&nbsp;Technical News &nbsp;");
aI("showmenu=ContactUs;text=&nbsp;Contact Us &nbsp;");
}

with(milonic=new menuname("AboutChemtan")){
margin=7;
style=submenuStyle;
aI("showmenu=BusinessProfile;text=Business Profile;");
aI("text=Customer Service;url=customer_service.html;");
aI("text=Research & Development;url=R_D.html;");
aI("text=Manufacturing & Distribution;url=M_D.html;");
aI("text=Chemtan History;url=history.html;");
}

with(milonic=new menuname("BusinessProfile")){
margin=7;
style=submenuStyle;
aI("text=Company Overview;url=profile_overview.html;");
aI("text=Our People;url=profile_people.html;");
aI("text=Our Products;url=profile_products.html;");
aI("text=International Focus;url=profile_focus.html;");
aI("text=Principles Count;url=profile_principle.html;");
}

with(milonic=new menuname("Products")){
margin=7;
style=submenuStyle;
aI("text=Featured New Products;url=featuredproducts.html;");
aI("text=Eco-friendly & RS Compliant Products;url=eco&rs.html;");
aI("showmenu=CoreProducts;text=Core Products;");
aI("showmenu=TanRetanSection;text=Complete Tan & Retan Section;");
aI("showmenu=FinishingSection;text=Complete Finishing  Section;");
aI("text=Complete Dye Section;url=dyelist.html;");
aI("text=Complete Product List;url=productsinfo.html;");
}

with(milonic=new menuname("CoreProducts")){
margin=7;
style=submenuStyle;
aI("text=Wet End;url=corewetend.html;");
aI("text=Finishing;url=corefinishing.html;");
}

with(milonic=new menuname("TanRetanSection")){
margin=7;
style=submenuStyle;
aI("text=Beam & Tan;url=beamtan.html;");
aI("text=Buffer /Neutralizer;url=bufferneutralizer.html;");
aI("text=Biocide;url=biocides.html;");
aI("text=Dye Assist;url=dyeassists.html;");
aI("text=Degreaser /Emulsifier;url=degreasers.html;");
aI("text=Extract;url=vegextract.html;");
aI("text=Fatliquor;url=fatliquors.html;");
aI("text=Filler;url=fillers.html;");
aI("text=Mineral Tan;url=mineraltan.html;");
aI("text=Resin, Acrylic;url=acrylicresins.html;");
aI("text=Resin, Aminoaldehyde;url=aminoresins.html;");
aI("text=Resin, Other;url=otherresins.html;");
aI("text=Syntan, Naphthalene;url=naphthalenesyntans.html;");
aI("text=Syntan, Phenolic;url=phenolicsyntans.html;");
aI("text=Specialty Chemical;url=specialty.html;");
aI("text=Water Resistance;url=waterproof.html;");
}

with(milonic=new menuname("FinishingSection")){
margin=7;
style=submenuStyle;
aI("text=Acrylic;url=f_acrylic.html;");
aI("text=Feel Additive;url=f_feeladditive.html;");
aI("text=Nitroemulsion;url=f_nitroemulsion.html;");
aI("text=Oil;url=f_oil.html;");
aI("text=Pigment;url=f_pigment.html;");
aI("text=Polyurethane;url=f_polyurethane.html;");
aI("text=Protein Binder;url=f_proteinbinder.html;");
aI("text=Specialty Chemical;url=f_specialty.html;");
aI("text=Spray Wax;url=f_spraywax.html;");
aI("text=Top Coat;url=f_topcoat.html;");
aI("text=Wax;url=f_wax.html;");
}

with(milonic=new menuname("TechnicalNews")){
margin=7;
style=submenuStyle;
aI("text=Brochure Download;url=brochuredownload.html;");
aI("text=Featured New Products;url=featuredproducts.html;");
aI("text=Eco-friendly & RS Compliant Products;url=eco&rs.html;");
}

with(milonic=new menuname("ContactUs")){
margin=7;
style=submenuStyle;
aI("text=Chemtan Worldwide;url=worldwide.html;");
aI("text=Printable Contact List;url=worldwideprint.html;");
}

drawMenus();

