
/*
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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#9DD4F1";
oncolor="#384B55";
offbgcolor="#FFFFFF";
offcolor="#384B55";
separatorcolor="#FFFFFF";
separatorsize="10";
padding=2;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
}

with(menuStyleSubmenu=new mm_style()){
onbgcolor="#9DD4F1";
oncolor="#384B55";
offbgcolor="#ECECEC";
offcolor="#384B55";
separatorcolor="#D2D2D2";
separatorsize="1";
padding=2;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2)";
outfilter="randomdissolve(duration=0.3)";
}

with(MapSample=new mm_style()){
offbgcolor="#9DD4F1";
offcolor="#003366";
bordercolor="#9DD4F1";
borderstyle="solid";
borderwidth=1;
padding=2;
fontsize="10px";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial, Helvetica, sans-serif";
pagecolor="Purple";
pagebgcolor="pink";
headercolor="navy";
headerbgcolor="#ffffff";
}

with(milonic=new menuname("feuer")){
style=MapSample;
borderwidth=1;
aI("text=Feuer;type=header;align=center;");
aI("text=<b>Rot ist die Farbe des Feuers.</b><br>Es wirkt anregend und steht f&uuml;r <br>Macht, Leidenschaft und Energie. <br>Ideal mit Gr&uuml;n und Braun.");
}

with(milonic=new menuname("erde")){
style=MapSample;
borderwidth=1;
aI("text=Erde;type=header;align=center;");
aI("text=<b>Braun (auch Gelb und Beige) <br>ist die Farbe der Erde.</b><br>Sie steht f&uuml;r Schutz, <br>Best&auml;ndigkeit und Stabilit&auml;t.<br>Ideal mit Rot und Weiss.");
}

with(milonic=new menuname("metall")){
style=MapSample;
borderwidth=1;
aI("text=Metall;type=header;align=center;");
aI("text=<b>Weiss (auch Silber und Grau) <br>wird dem Element Metall zugeordnet.</b><br>Es steht f&uuml;r Reinheit, Offenheit.<br>Ideal mit Braun und Blau.");
}

with(milonic=new menuname("wasser")){
style=MapSample;
borderwidth=1;
aI("text=Wasser;type=header;align=center;");
aI("text=<b>Blau (auch Schwarz) <br>ist die Farbe des Wassers.</b><br>Unterst&uuml;tzt den Stressabbau, <br>steht f&uuml;r K&uuml;hle, Ruhe.<br> Ideal mit Weiss und Gr&uuml;n.");
}

with(milonic=new menuname("holz")){
style=MapSample;
borderwidth=1;
aI("text=Holz;type=header;align=center;");
aI("text=<b>Gr&uuml;n wird dem Element Holz zugeordnet.</b><br>Es steht f&uuml;r Harmonie, <br>Stabilit&auml;t, Heilung, Wachstum und Geld.<br>Ideal mit Blau und Rot.");
}

drawMenus();

