_menuCloseDelay=800           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=15            // 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

// Menustyle
with(menuStyle=new mm_style()){
}
with(submenu=new mm_style()){
onbgcolor="#cccccc";
oncolor="#000";
offbgcolor="#626262";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFF";
separatorsize="1";
padding=4;
fontsize="10px";
fontstyle="normal";
fontfamily="Arial, Helvetica";
//pagecolor="black";
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
//subimage="arrow.gif";
//subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=70)";
outfilter="randomdissolve(duration=0.2)";
}

with(milonic=new menuname("UNTERNEHMEN")){
style=submenu;
aI("image=/images/pfeil.gif;text=PHILOSOPHIE;url=/unternehmen/philosophie.php;");
aI("image=/images/pfeil.gif;text=TEAM;url=/unternehmen/team.php;");
aI("image=/images/pfeil.gif;text=REFERENZEN;url=/unternehmen/referenzen.php;");
aI("image=/images/pfeil.gif;text=KONTAKTFORMULAR;url=/unternehmen/kontaktformular.php;");
aI("image=/images/leer_menu.gif;");
}

with(milonic=new menuname("LEISTUNGEN")){
style=submenu;
aI("image=/images/pfeil.gif;text=DIE ALTERNATIVENERGIE&nbsp;url=/leistungsspektrum/alternativenergie.php;");
aI("image=/images/pfeil.gif;text=DIE HEIZUNG;url=/leistungsspektrum/heizung.php;");
aI("image=/images/pfeil.gif;text=DAS BAD;url=/leistungsspektrum/bad.php;");
aI("image=/images/pfeil.gif;text=DER OFEN;url=/leistungsspektrum/ofen.php;");
aI("image=/images/leer_menu.gif;");
}

with(milonic=new menuname("PARTNER")){
style=submenu;
aI("image=/images/pfeil.gif;text=WOHLF&Uuml;HLW&Auml;RME;url=/partner/waermelieferung.php;");
aI("image=/images/leer_menu.gif;");
}

with(milonic=new menuname("SERVICE")){
style=submenu;
aI("image=/images/pfeil.gif;text=KUNDENDIENSTANFORDERUNG;url=/service/wartungsformular.php;");
aI("image=/images/pfeil.gif;text=AKTUELLES;url=/service/aktuelles.php;");
aI("image=/images/pfeil.gif;text=NEWSLETTER;url=/newsletter/index.php;");
aI("image=/images/pfeil.gif;text=LINKS;url=/service/links.php;");
aI("image=/images/leer_menu.gif;");
}

drawMenus();
