
/*
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=1              // Sub menu top offset
_subOffsetLeft=-4            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#0CB14B";
oncolor="#ffffff";
offbgcolor="#e2e2e2";
offcolor="#000000";
bordercolor="#0CB14B";
borderstyle="solid";
borderwidth=1;
separatorcolor="#0CB14B";
separatorsize="1";
padding=1;
fontsize="11px";
fontstyle="regular";
fontfamily="Verdana, Arial";
pagecolor="#000000";
pagebgcolor="#e2e2e2";
headercolor="#2669AC";
headerbgcolor="#000000";
subimage="en//menu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=97);";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=69;
screenposition="center";
left="offset=-184"
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;&nbsp;&nbsp;Equipment;url=en/equipment/r2s.html;showmenu=Equipment");
aI("text=&nbsp;&nbsp;&nbsp;Technology;url=en/technology/Anaerobic_Effluent_Treatment.html;showmenu=Technology;");
aI("text=&nbsp;&nbsp;&nbsp;Company;url=en/company/index.html;showmenu= ;");
aI("text=&nbsp;&nbsp;&nbsp;Pictures&nbsp;&nbsp;&nbsp;;url=en/pictures/index.html;");
aI("text=&nbsp;&nbsp;&nbsp;Download&nbsp;&nbsp;&nbsp;url=en/download/index.html;");
aI("text=&nbsp;&nbsp;&nbsp;Contact;url=en/contact/index.html;");
aI("text=&nbsp;&nbsp;&nbsp;Links;url=en/links/index.html;showmenu=Links;");
}

with(milonic=new menuname("equipment")){
style=menuStyle;

overflow="scroll";
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;R2S Reactor&nbsp;&nbsp;&nbsp;&nbsp;url=en/equipment/r2s.html;");
}




with(milonic=new menuname("Technology")){
style=menuStyle;
margin=1;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Anaerobic Effluent Treatment&nbsp;&nbsp;url=en/technology/Anaerobic_Effluent_Treatment.html;;");
}


with(milonic=new menuname("company")){
style=menuStyle;
margin=1;
aI("text=&nbsp;&nbsp;&nbsp;Imprint&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=en/company/imprint.html;");
}

with(milonic=new menuname("Pictures")){
style=menuStyle;
margin=1;
aI("text=&nbsp;&nbsp;&nbsp;Installations&nbsp;&nbsp;&nbsp;url=en/pictures/index.html;");
}






drawMenus();

