_menuCloseDelay=30          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10            // 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()){
onbgcolor="#cccccc";
oncolor="#ffffff";
offbgcolor="#cccccc";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#cccccc";
separatorsize="0";
// padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
//pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
// subimage="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(graustyle=new mm_style()){
onbgcolor="#9c9a9c";
oncolor="#ffffff";
offbgcolor="#cccccc";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#9c9a9c";
separatorsize="1";
padding=5;
fontsize="11px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
//pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="arrow.gif";
//subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=100)";
//outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("leistungen")){
style=graustyle;
aI("image=/images/leer8.gif;text=Wir über uns;url=/leistungen/wir.html;");
aI("image=/images/leer8.gif;text=Sägen;url=/leistungen/saegen.html;");
aI("image=/images/leer8.gif;text=Stanzen;url=/leistungen/stanzen.html;");
aI("image=/images/leer8.gif;text=CNC-Fertigung;url=/leistungen/cnc1.html;");
aI("image=/images/leer8.gif;text=Qualitätsprüfung;url=/leistungen/qualitaet.html;");
aI("image=/images/leer150.gif;");

}

// Submenu

with(milonic=new menuname("beispiele")){
style=graustyle;
aI("image=/images/leer14.gif;text=Blechbearbeitung;url=/beispiele/blechbearbeitung1.html;");
aI("image=/images/leer14.gif;text=Profile;url=/beispiele/profile1.html;");
aI("image=/images/leer14.gif;text=Frontplatten;url=/beispiele/frontplatten.html;");
aI("image=/images/leer14.gif;text=Baugruppen;url=/beispiele/baugruppen.html;");
aI("image=/images/leer150.gif;");
}

with(milonic=new menuname("kontakt")){
style=graustyle;
aI("image=/images/leer20.gif;text=Daten;url=/kontakt/daten.html;");
aI("image=/images/leer20.gif;text=Anfahrt;url=/kontakt/anfahrt1.html;");
aI("image=/images/leer150.gif;");
}


drawMenus();

