
/*
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=50           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_subOffsetTop=11              // Sub menu top offset
_subOffsetLeft=-3            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#0063A0";
oncolor="#FF9900";
offbgcolor="#0063A0";
offcolor="#FFFFFF";
separatorcolor="#FF9900";
separatorsize="1";
padding=5;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="/arrow-r.gif";
subimagepadding=5;
borderwidth = 1;
bordercolor = "#FF9900";
borderstyle = "solid";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}


with(menuStyle2=new mm_style()){
onbgcolor="#0063A0";
oncolor="#FF9900";
offbgcolor="#0063A0";
offcolor="#FFFFFF";
borderwidth = 0;
bordercolor = "#CCCCCC";
borderstyle = "solid";
separatorcolor="#CCCCCC";
separatorsize="0";
padding=3;
fontsize="14px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
margin="5";
overfilter="Fade(duration=0.4);";
outfilter="randomdissolve(duration=0.5)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle2;
alwaysvisible=1;
orientation="horizontal";
position="relative";

aI("text=Startseite;url=index.html;itemwidth=113");
aI("text=Produkte;url=produkte_tafelwasseranlagen_index.html;showmenu=Produkte;itemwidth=113");
aI("text=Service;url=service.html;itemwidth=113");
aI("text=Kontakt;url=kontakt.html;itemwidth=113");
}

with(milonic=new menuname("Produkte")){
style=menuStyle;
padding=10;
top="offset=3"; 
left="offset=-118"; 
orientation="horizontal";
overflow="scroll";
menuwidth="477";
aI("text=Wasser;url=wasser.html;itemheight=28");
aI("text=Wasserspender;url=wasserspender.html");
aI("text=Tafelwasseranlagen;url=tafelwasseranlagen.html");
aI("text=Trinkbrunnen;url=trinkbrunnen.html");
aI("text=Filter;url=addon_wasserfilter.html;itemwidth=40");
aI("text=Zubeh&ouml;r;url=addon.html;itemwidth=55");
}
 
drawMenus();

