/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyleMain=new mm_style()){
align="center"
onbgcolor="#D7BDB0";
oncolor="#000000";
offbgcolor="#B49484";
offcolor="#FFFFFF";
bordercolor="#000033";
borderstyle="solid";
borderwidth=0;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
itemheight=21;
separatorcolor="#000033";
separatorsize="1";
separatorpadding="0";
padding=2;
pagebgcolor="#8B6A5A";
headercolor="#000000";
subimage="/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.0);Alpha(opacity=97);Shadow(color='#000033', Direction=135, Strength=2)";
outfilter="randomdissolve(duration=0.0)";
}

with(menuStyleSub=new mm_style()){
align="center"
onbgcolor="#D7BDB0";
oncolor="#000000";
offbgcolor="#B49484";
offcolor="#FFFFFF";
bordercolor="#000033";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000033";
itemheight=21;
separatorsize="1";
separatorpadding="0";
padding=2;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagebgcolor="#8B6A5A";
headercolor="#000000";
subimage="/images/arrow.gif";
subimagepadding="3";
overfilter="Fade(duration=0.0);Alpha(opacity=97);Shadow(color='#000033', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0.0)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyleMain;
alwaysvisible=1;
orientation="horizontal";
aI("text=INLINER HOME;url=/index.html;status=INLINER TECHNOLOGIES HOME;itemwidth=96");
aI("text=HISTORY;url=/aboutus.html;status=ABOUT INLINER;itemwidth=72");
aI("text=PRODUCTS &amp; SERVICES;showmenu=products_services;url=#;status=INLINER TECHNOLOGIES PRODUCTS &amp; SERVICES;itemwidth=158");
aI("text=LICENSEES;url=#;showmenu=licenses;status=INLINER TECHNOLOGIES LICENSES;itemwidth=85");
aI("text=PRESS ROOM;showmenu=press;url=#;status=INLINER TECHNOLOGIES PRESS ROOM;itemwidth=100");
aI("text=RESOURCES;showmenu=tech_resources;url=#;status=INLINER TECHNICAL RESOURCES;itemwidth=86");
aI("text=SITE MAP;url=/site_map.html;status=INLINER TECHNOLOGIES SITEMAP;itemwidth=67");
aI("text=CONTACT US;url=/contact.html;status=CONTACT TECHNOLOGIES INLINER;itemwidth=83");
}

with(milonic=new menuname("products_services")){
style=menuStyleSub;
align="left";
aI("text=ENGINEERING DESIGN;url=/products_services.html;status=INLINER ENGINEERING DESIGN");
aI("text=APPLICATIONS;showmenu=apps;url=#;status=INLINER APPLICATIONS");
aI("text=PRODUCTS;url=/products_inliner.html;status=INLINER PRODUCTS");
aI("text=INSTALLATION;url=/products_installation.html;status=INLINER INSTALLATION");
}

with(milonic=new menuname("apps")){
style=menuStyleSub;
align="left";
aI("text=INDUSTRIAL;url=/products_industrial.html;status=INLINER TECHNOLOGIES INDUSTRIAL APPLICATIONS");
aI("text=MUNICIPAL;url=/products_municipal.html;status=INLINER TECHNOLOGIES MUNICIPAL APPLICATIONS");
}

/*
with(milonic=new menuname("products")){
style=menuStyleSub;
align="left";
aI("text=INLINER;url=/products_inliner.html;status=INLINER PRODUCTS");
}
*/

with(milonic=new menuname("licenses")){
style=menuStyleSub;
align="left";
aI("text=UNITED STATES;url=/licenses_usa.html;status=INLINER LICENSES - UNITED STATES");
aI("text=CANADA;url=/licenses_canada.html;status=INLINER LICENSES - CANADA");
}

with(milonic=new menuname("press")){
style=menuStyleSub;
align="left";
aI("text=CORPORATE INFORMATION;url=/pressroom_corporate_info.html;status=INLINER TECHNOLOGIES CORPORATE INFORMATION");
aI("text=FACT SHEET;url=/pressroom_facts.html;status=INLINER TECHNOLOGIES FACT SHEET");
aI("text=F.A.Q.;url=/pressroom_faq.html;status=INLINER TECHNOLOGIES FACTS AND QUESTIONS");
aI("text=PRESS RELEASES;url=/pressroom_press_release.html;status=INLINER TECHNOLOGIES PRESS RELEASES");
aI("text=NEWS ARTICLES;url=/pressroom_news.html;status=INLINER TECHNOLOGIES NEWS ARTICLES");
/*aI("text=EVENTS;url=/pressroom_events.html;status=INLINER TECHNOLOGIES EVENTS");*/
aI("text=CONTACT INFORMATION;url=/pressroom_contact.html;status=INLINER TECHNOLOGIES CONTACT INFORMATION");
}

with(milonic=new menuname("tech_resources")){
align="left";
style=menuStyleSub;
/*aI("text=TECHNICAL PAPERS;url=tech_papers.html;status=INLINER TECHNICAL PAPERS");*/
aI("text=CURED-IN-PLACE PIPE (CIPP) VIDEO;url=/tech_cipp_video.html;status=INLINER TECHNOLOGIES CURED-IN-PLACE PIPE (CIPP) VIDEO");
aI("text=ENGINEERING DESIGN GUIDE;url=/tech_design_guide.html;status=INLINER TECHNOLOGIES ENGINEERING DESIGN GUIDE");
aI("text=INLINER TECH BROCHURE;url=/pdf/TechBrochure.pdf;status=INLINER TECHNOLOGIES TECH BROCHURE;target=_blank;targetfeatures=width=800 height=650 location=yes copyhistory=yes scrollbars=yes addressbar=yes menubar=yes toolbar=yes resizable=yes status=yes");
}

drawMenus();