fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#BEBEBE";
oncolor="#ffffff";
onbold="yes";
offbgcolor="#E4E4E4";    /* Hintergrundfabe menue  */
offcolor="#333333";
bordercolor="#003366";
borderstyle="solid";
borderwidth=0;
separatorcolor="#333333";
separatorsize="1";
padding=5;
fontsize="70%";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#999999";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../../images/nav/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("park")){
style=menuStyle;
//left=266;
itemwidth=190;
aI("text=Philosophie;url=../park/philosophie.html;");
aI("text=Lichtblicke ;url=../gartengestaltung/ueber_uns.html;")
aI("text=Messen & Presse & Awards;url=../informationen/presse_austellungen.html;");
aI("text=Offene Stellen;url=../park/offene_stellen.html;");
aI("text=Glossar;url=../informationen/glossar.html;");
aI("text=Zur Homepage ;url=http://www.luce-elektro.ch/;")
//aI("text=How is how ;url=../park/mitarbeiter.html;");
}

// gartendekorationen=Katalog
with(milonic=new menuname("gartendekorationen")){
style=menuStyle;
//left=344;
itemwidth=190;
aI("text=Beratung & Konzept;url=../informationen/beratung.html;");
aI("text=Probebeleuchtung;url=../informationen/probebeleuchtung.html;");
aI("text=Installation;url=../informationen/installation.html;");
aI("text=Wartung;url=../informationen/wartung.html;");
aI("text=Zusatzangebote;url=../informationen/zusatzangebote.html;");
aI("text=Katalog;url=../informationen/prospekte.html;");
}

with(milonic=new menuname("gartengestaltung")){
style=menuStyle;
//left=430;
itemwidth=190;
aI("text=Fotogalerie;url=../gartengestaltung/galerie.html;;");

}

drawMenus();


