_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(MainmenuStyle=new mm_style()){
onbgcolor="#FFDB33";
oncolor="#0000FF";
offbgcolor="#087CC5";
offcolor="#FFFFFF";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=4;
separatorpadding=16;
fontsize="85%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="Images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=2)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle=new mm_style()){
onbgcolor="#FFDB33";
oncolor="#0000FF";
offbgcolor="#087CC5";
offcolor="#FFFFFF";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../Images/ArrowRightSmall.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=MainmenuStyle;
top=63;
screenposition='center';
left="offset=0";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.hipco.com/index.cfm;status=Back To Home Page;");
aI("text=Products;showmenu=Products;")
aI("text=Solutions For;showmenu=Soloutions For;");
aI("text=Company Info;showmenu=Company Info;url=http://www.hipco.com/about.cfm;");
aI("text=Store Finder;showmenu=store Finder;url=http://www.hipco.com/storefinder.cfm;");
aI("text=Tech Library;showmenu=Tech Library;");
}


with(milonic=new menuname("Products")){
style=menuStyle;
overflow="scroll";
aI("text=Pipe & Fittings;url=http://viewer.zmags.com/publication/479390ad#/479390ad/5;target=_blank");
aI("text=Piping Accessories;url=http://viewer.zmags.com/publication/479390ad#/479390ad/93;target=_blank")
aI("text=Double Containment;url=http://viewer.zmags.com/publication/479390ad#/479390ad/127;target=_blank");
aI("text=Acid Waste and Drain;url=http://viewer.zmags.com/publication/479390ad#/479390ad/147;target=_blank");
aI("text=Valves & Actuation;url=http://viewer.zmags.com/publication/479390ad#/479390ad/166;target=_blank");
aI("text=Instrumentation;url=http://viewer.zmags.com/publication/479390ad#/479390ad/251;target=_blank");
aI("text=Tubing & Hose;url=http://viewer.zmags.com/publication/479390ad#/479390ad/331;target=_blank")
aI("text=Pumps;url=http://viewer.zmags.com/publication/479390ad#/479390ad/393;target=_blank")
aI("text=Filtration;url=http://viewer.zmags.com/publication/479390ad#/479390ad/451;target=_blank")
aI("text=Tanks;url=http://viewer.zmags.com/publication/479390ad#/479390ad/525;target=_blank")
aI("text=Sheet & Fabrication;url=http://viewer.zmags.com/publication/479390ad#/479390ad/575;target=_blank")
aI("text=Structurals & Grating;url=http://viewer.zmags.com/publication/479390ad#/479390ad/591;target=_blank")
}


with(milonic=new menuname("Soloutions For")){
style=menuStyle;
aI("text=Aquatic Support;url=http://www.hipco.com/Aquatic.cfm;");
aI("text=Biopharm;url=http://www.hipco.com/Biopharm.cfm;");
aI("text=Chemical;url=http://www.hipco.com/Chemical.cfm;");
aI("text=Food Processing;url=http://www.hipco.com/Food.cfm;");
aI("text=Industrial;url=http://www.hipco.com/Industrial.cfm;");
aI("text=Metal Finishing;url=http://www.hipco.com/metal.cfm;");
aI("text=Petrochemical;url=http://www.hipco.com/petrochemical.cfm;");
aI("text=Pulp & Paper;url=http://www.hipco.com/Paper.cfm;");
aI("text=Semiconductor;url=http://www.hipco.com/Semiconductor.cfm;");
aI("text=Water Park & Pool;url=http://www.hipco.com/pool.cfm;");
aI("text=Water Treatment;url=http://www.hipco.com/water.cfm;");
}

with(milonic=new menuname("Company Info")){
style=menuStyle;
aI("text=About Harrington;url=http://www.hipco.com/about.cfm;");
aI("text=Contact Us;url=http://www.hipco.com/contact.cfm;");
aI("text=Our Mission Statement;url=http://www.hipco.com/mission.cfm;");
aI("text=Employment Opportunities;url=http://www.hipco.com/hropenjobs-public/HR_index.cfm;");
}

with(milonic=new menuname("store Finder")){
style=menuStyle;
aI("text=Find by Zip Code;url=http://www.hipco.com/storefinder.cfm;");
}

with(milonic=new menuname("Tech Library")){
style=menuStyle;
aI("text=Chemical Resistance Guide;url=http://www.hipco.com/chemGuide.cfm;");
aI("text=Engineering Handbook;url=http://www.hipco.com/Engineering_Disclaimer.cfm;");
aI("text=Literature Request;url=http://www.hipco.com/LiteratureReq.cfm;");
aI("text=Printed Catalog Request;url=http://www.hipco.com/LiteratureReq.cfm;");
}

drawMenus();