
/*
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=300           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=50            // The time delay before menus open on mouse over

_subOffsetTop=10              // Sub menu top offset

_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){

onbgcolor="#000000";

oncolor="#ffffff";

offbgcolor="transparent";

offcolor="#ffffff";

bordercolor="#000000";

borderstyle="none";

borderwidth=5;

separatorcolor="transparent";

separatorsize="50";

padding=4;

fontsize="11px";

fontweight="normal";

fontfamily=" Verdana, Tahoma";

pagecolor="#ffffff";

pagebgcolor="transparent";

headercolor="#ffffff";

headerbgcolor="#999999";

overfilter="Fade(duration=0.2);";

//outfilter="randomdissolve(duration=0.3)";

}

with(submenuStyle=new mm_style()){

onbgcolor="#505154";

oncolor="#ffffff";

offbgcolor="#000000";

offcolor="#ffffff";

bordercolor="#e2722a";

borderstyle="solid";

borderwidth=1;

separatorcolor="#e2722a";

separatorsize="1";

padding=4;

fontsize="12";

fontweight="normal";

fontfamily="Arial, Verdana, Tahoma";

pagecolor="#ffffff";

pagebgcolor="#000000";

headercolor="#ffffff";

headerbgcolor="#205197";

overfilter="Fade(duration=0.1);Alpha(opacity=100);";

outfilter="Fade(duration=0.1)";

}



with(milonic=new menuname("Main Menu")){

style=menuStyle;

top=69;

left=0;

alwaysvisible=1;

orientation="horizontal";

aI("image=/images/topnav_01.jpg;overimage=/images/topnav_01-over.jpg;url=/index.html;");
aI("image=/images/topnav_02.jpg;overimage=/images/topnav_02-over.jpg;url=/company_history.html;");
aI("image=/images/topnav_03.jpg;overimage=/images/topnav_03-over.jpg;url=/product_catalog.html;showmenu=product;");
aI("image=/images/topnav_04.jpg;overimage=/images/topnav_04-over.jpg;url=/news.html;showmenu=news;");
aI("image=/images/topnav_05.jpg;overimage=/images/topnav_05-over.jpg;url=/contact.html;showmenu=contact;");
}



with(milonic=new menuname("product")){

position="absolute";

top=98;

left=256;

style=submenuStyle;

aI("text=Tarps;url=/product-poly-tarps.html;");
aI("text=Debris Netting;url=/product-debris-netting.html;");
aI("text=Poly Sheet Enclosures;url=/product_poly_sheet.html;");
aI("text=Accessories &amp; Fasteners;url=/product_accessories.html;");
aI("text=Fencing;url=/product-construction-fence.html;");
}

with(milonic=new menuname("news")){

position="absolute";

top=98;

left=397;

style=submenuStyle;

aI("text=Articles;url=/news_articles.html;");
aI("text=Press Releases;url=/news_releases.html;");
aI("text=Advertising;url=/news_advertising.html;");
}


with(milonic=new menuname("contact")){

position="absolute";

top=98;

left=524;

style=submenuStyle;
aI("text=Directions;url=/strong-man-directions.html;");
}





drawMenus();


