
/*
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="#FFCC00";
oncolor="#000000";
offbgcolor="#ebebeb";
offcolor="#000000";
bordercolor="#FFCC00";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFCC00";
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=-181"
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;&nbsp;&nbsp;Equipment;showmenu=equipment;");
aI("text=&nbsp;&nbsp;&nbsp;Technology&nbsp;&nbsp;&nbsp;;url=en/Technology/index.html;");
aI("text=&nbsp;&nbsp;&nbsp;Company;url=en/Company/index.html;showmenu= ;");
aI("text=&nbsp;&nbsp;&nbsp;Pictures;showmenu=Pictures;");
aI("text=&nbsp;&nbsp;&nbsp;Download&nbsp;&nbsp;&nbsp;url=en/Download/index.html;");
aI("text=&nbsp;&nbsp;&nbsp;Contact&nbsp;&nbsp;&nbsp;;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;
margin=1;
aI("text=&nbsp;&nbsp;&nbsp;Virgin Pulp Handling;url=en/Equipment/Virgin_Pulp_Handling.html;");
aI("text=&nbsp;&nbsp;&nbsp;Secondary Fiber Handling&nbsp;&nbsp;&nbsp;;url=en/Equipment/Secondary_Fiber_Handling.html;");
}




with(milonic=new menuname("Pictures")){
style=menuStyle;
margin=1;
aI("text=&nbsp;&nbsp;&nbsp;Virgin Pulp Handling&nbsp;&nbsp;&nbsp;url=en/Pictures/Virgin_Pulp_Handling/index.html;");
aI("text=&nbsp;&nbsp;&nbsp;Secondary Fiber Handling&nbsp;&nbsp;&nbsp;url=en/Pictures/Secondary_Fiber_Handling/index.html;");
aI("text=&nbsp;&nbsp;&nbsp;Broke Handling&nbsp;&nbsp;&nbsp;url=en/Pictures/Broke_Handling/index.html;");
aI("text=&nbsp;&nbsp;&nbsp;B+G&nbsp;&nbsp;&nbsp;url=en/Pictures/BG/index.html;");;


}


with(milonic=new menuname("company")){
style=menuStyle;
margin=1;
aI("text=&nbsp;&nbsp;&nbsp;Imprint&nbsp;&nbsp;&nbsp;;url=en/company/imprint.html;");
}


drawMenus();


