
/*
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=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_subOffsetTop=-300           // Sub menu top offset
_subOffsetLeft=-200            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#003399";
oncolor="#dddddd";
offbgcolor="#e2e2e2";
offcolor="#000000";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;

separatorcolor="#999999";
separatorsize="1";
padding=1;
fontsize="11px";
fontstyle="regular";
padding="1px 10px 1px 10px";
fontfamily="Verdana, Arial";
pagecolor="#e2e2e2";
pagebgcolor="#003399";
headercolor="#e2e2e2";
headerbgcolor="#003399";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=97);";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=108;
screenposition="center";
left="offset=-11"
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.vp-environmental.com;");
aI("text=Wastewater;url=http://www.vp-environmental.com/en/Industrial_Environmental/Wastewater/index.html;showmenu=Wastewater;");
aI("text=Freshwater;url=http://www.vp-environmental.com/en/Industrial_Environmental/Freshwater/index.html;showmenu=Freshwater;");
aI("text=Sludge;url=http://www.vp-environmental.com/en/Industrial_Environmental/Sludge_Thickening_Handling/index.html;showmenu=Sludge;");
aI("text=Waste Management;url=http://www.vp-environmental.com/en/Industrial_Environmental/Waste_Management/index.html;showmenu=WT;");
aI("text=Consulting & Engineering;url=http://www.vp-environmental.com/en/Industrial_Environmental/Consulting_Engineering/index.html");
aI("text=Industrial Process Solutions;url=http://www.vp-environmental.com/en/Industrial_Environmental/Industrial_Process_Solutions/Breweries/index.html");
aI("text=Waste to Energy;url=http://www.vp-environmental.com/en/Industrial_Environmental/Waste_to_Energy/index.html");
}

with(milonic=new menuname("Wastewater")){
style=menuStyle;
margin=1;top=2000;
aI("text=Wastewater;url=http://www.vp-environmental.com/en/Industrial_Environmental/Wastewater/Anaerobic_Biological_Treatment/index.html;pagematch=/Anaerobic_Biological_Treatment/");
aI("text=Wastewater;url=http://www.vp-environmental.com/en/Industrial_Environmental/Wastewater/Aerobic_Biological_Treatment/index.html;pagematch=/Aerobic_Biological_Treatment/");
aI("text=Wastewater;url=http://www.vp-environmental.com/en/Industrial_Environmental/Wastewater/Primary_Secondary_Tertiary_Treatment/index.html;pagematch=/Primary_Secondary_Tertiary_Treatment/");
}



with(milonic=new menuname("Freshwater")){
style=menuStyle;
margin=1;top=2000;
aI("text=&nbsp;&nbsp;Freshwater&nbsp;&nbsp;url=http://www.vp-environmental.com/en/Industrial_Environmental/Freshwater/Lamella_Settler.html;");
aI("text=&nbsp;&nbsp;Freshwater&nbsp;&nbsp;url=http://www.vp-environmental.com/en/Industrial_Environmental/Freshwater/Sand_Filtration/index.html;pagematch=/Sand_Filtration/");
aI("text=&nbsp;&nbsp;Freshwater&nbsp;&nbsp;url=http://www.vp-environmental.com/en/Industrial_Environmental/Freshwater/Lamella_DAF_Tauro.html;pagematch=/Membrane_Filtration/");
aI("text=&nbsp;&nbsp;Freshwater&nbsp;&nbsp;url=http://www.vp-environmental.com/en/Industrial_Environmental/Freshwater/Membrane_Filtration/index.html;pagematch=/Membrane_Filtration/");
}

with(milonic=new menuname("Sludge")){
style=menuStyle;
margin=1;top=2000;
aI("text=&nbsp;&nbsp;Sludge Thickening & Handling&nbsp;&nbsp;url=http://www.vp-environmental.com/en/Industrial_Environmental/Sludge_Thickening_Handling/Sludge_Thickening_Handling/index.html;pagematch=/Sludge_Thickening_Handling/");
aI("text=&nbsp;&nbsp;Sludge Residuals Transport&nbsp;&nbsp;url=http://www.vp-environmental.com/en/Industrial_Environmental/Sludge_Thickening_Handling/Sludge_Conveying_Transport/index.html;pagematch=/Sludge_Conveying_Transport//");
}

with(milonic=new menuname("IPS")){
style=menuStyle;
margin=1;top=130;
aI("text=Breweries;url=http://www.vp-environmental.com/en/Industrial_Environmental/Industrial_Process_Solutions/Breweries/index.html;pagematch=/Integrated_Solutions/");

}


drawMenus();

