
/*
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=-159"
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.vp-environmental.com;");
aI("text=Technology Goals;url=http://www.vp-environmental.com/en/technology-goals/index.html;");
aI("text=Solutions;url=http://www.vp-environmental.com/en/solutions/index.html;");
aI("text=Products;showmenu=Products;");
aI("text=Pictures;showmenu=Pictures;");
aI("text=Downloads;;url=http://www.vp-environmental.com/en/downloads/index.html;");
aI("text=Contact;url=http://www.vp-environmental.com/en/contact/index.html;showmenu=xxx;");
aI("text=Links;url=http://www.vp-environmental.com/en/links/index.html;showmenu=Links;");
}



with(milonic=new menuname("Products")){
style=menuStyle;
margin=1;
aI("text=&nbsp;&nbsp;Material Handling&nbsp;&nbsp;url=http://www.bg-materialhandling.de;target=_blank;");
aI("text=&nbsp;&nbsp;WSRŽ Water Treatment&nbsp;&nbsp;url=http://www.meri.de/E/equipment/water/index.htm;target=_blank;");
aI("text=&nbsp;&nbsp;WSRŽ Sludge Handling&nbsp;&nbsp;url=http://www.meri.de/E/equipment/sludge/index.htm;target=_blank;");
aI("text=&nbsp;&nbsp;WSRŽ Reject Handling&nbsp;&nbsp;url=http://www.meri.de/E/equipment/reject/index.htm;target=_blank;");
aI("text=&nbsp;&nbsp;Biological Effluent Treatment&nbsp;&nbsp;url=http://www.vp-environmental.com/en/products/index.html;");
}

with(milonic=new menuname("Pictures")){
style=menuStyle;
margin=1;
aI("text=&nbsp;&nbsp;Material Handling&nbsp;&nbsp;url=http://www.bg-materialhandling.de/en/Pictures/index.html;target=_blank;");
aI("text=&nbsp;&nbsp;WSRŽ Water Treatment&nbsp;&nbsp;&nbsp;&nbsp;url=http://www.meri.de/E/gallery/water.htm;target=_blank;");
aI("text=&nbsp;&nbsp;WSRŽ Sludge Handling&nbsp;&nbsp;&nbsp;&nbsp;url=http://www.meri.de/E/gallery/sludge.htm;target=_blank;");
aI("text=&nbsp;&nbsp;WSRŽ Reject Handling&nbsp;&nbsp;url=http://www.meri.de/E/gallery/reject.htm;target=_blank;");
aI("text=&nbsp;&nbsp;Biological Effluent Treatment&nbsp;&nbsp;url=http://www.vp-environmental.com/en/pictures/R2S_Anaerobic_Reactor.html;");
}





drawMenus();

