fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=150;
_menuOpenDelay=10;
_subOffsetTop=0;
_subOffsetLeft=0;




with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=7;
}

with(menuStyle=new mm_style()){
bordercolor="white";
borderstyle="solid";
borderwidth=1;
fontfamily="ms sans serif,arial,verdana";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#00568B";
offcolor="white";
onbgcolor="#ffffff";
oncolor="#000000";
outfilter="fade(duration=0.3)";
overfilter="Fade(duration=0.1);Alpha(opacity=100);";
padding=7;
pagebgcolor="#BF0000";
pagecolor="#ffffff";
separatorcolor="white";
separatorsize=1;
subimage="";
subimagepadding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;


orientation="horizontal";
style=AllImagesStyle;

aI("image=images/navigation/company.jpg;status=Company;showmenu=company;");
aI("image=images/navigation/contact.jpg;status=Contact;url=contact.asp;");
aI("image=images/navigation/products.jpg;status=Products;showmenu=products");
aI("image=images/navigation/spares.jpg;status=Spares;url=spares.asp;");
aI("image=images/navigation/distributors.jpg;status=Distributors;url=distributors.asp;");
aI("image=images/navigation/tips.jpg;status=TIPS;url=tips.asp;");
aI("image=images/navigation/howto.jpg;status=How To;showmenu=howto;");
aI("image=images/navigation/testimonials.jpg;status=Testimonials;url=testimonials.asp;");
}



with(milonic=new menuname("products")){
style=menuStyle;itemwidth="200"
aI("status=About Phoenix Vessel Products;text=Product Overview;url=products.asp;");
aI("status=GRP Pressure Vessels;text=GRP Pressure Vessels;url=grp_pressurevessels.asp;");
aI("status=Stainless Steel Pressure Vessels;text=Stainless Steel Pressure Vessels;url=steel_pressurevessels.asp;");
}

with(milonic=new menuname("howto")){
style=menuStyle;itemwidth="195"
aI("status=User Guides;text=User Guides;url=howto.asp;");
aI("status=FAQs;text=FAQs;url=faqs.asp;");
}

with(milonic=new menuname("company")){
style=menuStyle;itemwidth="200"

aI("status=Homepage;text=Homepage;url=index.asp;");
aI("status=About Phoenix Vessel Technology;text=About Phoenix Vessel Technology;url=company.asp;");
aI("status=Meet the Team;text=Meet the Team;url=team.asp;");
aI("status=Phoenix Vessel Technology News;text=Phoenix Vessel Technology News;url=news.asp;");
aI("status=ISO 9001/ASME;text=ISO 9001/ASME;url=iso.asp;");
}


drawMenus();


