
/*
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=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){

menuwidth="100%"
borderstyle="solid";
borderwidth="0";
oncolor="#ffffff";
ondecoration="underline";
offcolor="#000000";
bgimage="images/1x1Orange.gif";
separatorcolor="#000000"
// separatorsize="1";
separatorimage="images/vert_black.gif";
// image="images/Red_Menu_Spacer2.gif"; 
// images/vert_black.gif;
padding=5;
fontsize="75%";
fontcolor="000000"
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#E29138";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.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("Products")){
style=menuStyle;
aI("text= BED BUG KILLER;url=bedbug-killer.html;status=Organic Bed Bug;");
aI("text=MATTRESS ENCASEMENTS;showmenu=Mattress_Encasements;status=Mattress Encasements;");
aI("text=ORGANIC BUG & INSECT KILLER;url=bug-insect-killer.html;status=Organic Inscet & Bug Killer;");
aI("text=ORGANIC LIQUID & GRANULAR FERTILIZER;url=fertilizer.html;status=Organic Liqued & Granular Fertilizer;");
// aI("text=ORGANIC MOSQUITO REPELLANT;url=mosquito-repellant.html;status=Organic Mosquito Repellant;");
aI("text=ORGANIC WEED KILLER;url=weed-killer.html;showmenu=Weed_Killer;status=Organic Weed Killer;");
}

with(milonic=new menuname("Mattress_Encasements")){
style=menuStyle;
aI("text=Mattress Encasements;url=mattress.html;status=Mattress Encasements;");
aI("text=Box Spring Encasements;url=boxspring.html;status=Box Spring Encasements;");
aI("text=Pillow Protectors;url=pillow.html;status=Pillow Protectors;");

}
with(milonic=new menuname("Weed_Killer")){
style=menuStyle;
aI("text=WHAT YOU SHOULD KNOW...;url=know.html;status=What You Should Know;");
aI("text=HOW TO USE...;url=use.html;status=How To Use;");
aI("text=ORGANIC HERBICIDE FAQ;url=herbicide-faq.html;status=Organic Herbicide FAQs;");

}

with(milonic=new menuname("Distributors")){
style=menuStyle;


aI("text=DISTRIBUTOR INQUIRIES;url=distributor.html;status=Distributor Inquiries;");
aI("text=DISTRIBUTOR LOCATIONS;url=distributor-locations.html;status=Distributor Locations;");

}


drawMenus();


