

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


with(menuStyle=new mm_style()){
onbgcolor="#EEEEEE";
oncolor="#FF0000";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#364E6D";
borderstyle="solid";
borderwidth=1;
separatorcolor="#364E6D";
separatorsize="1";
padding=6;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../menu/arrow.gif";
subimagepadding="2";
itemwidth=160;
}


with(milonic=new menuname("Unternehmen")){
style=menuStyle;
overflow="scroll";
aI("text=Wir &uuml;ber uns;url=ueberuns.htm;");
aI("text=Daten und Fakten;url=datenfakten.htm;");
aI("text=Vertretungen;showmenu=Vertretungen;");
}

with(milonic=new menuname("Vertretungen")){
style=menuStyle;
overflow="scroll";
aI("text=Deutschland;url=vertretungInland.htm;");
aI("text=International;url=vertretungAusland.htm;");
}

with(milonic=new menuname("Siebtechnik")){
style=menuStyle;
overflow="scroll";
aI("text=Siebmaschinen;showmenu=Siebmaschinen;url=siebmaschinenAllgemein.htm;");
aI("text=F&ouml;rdertechnik;showmenu=F&ouml;rdertechnik;");
aI("text=Maschinen&uuml;berwachung;url=maschinenueberwachung.htm;");
aI("text=Lohnsiebung;url=lohnsiebung.htm;");
aI("text=Fotobeispiele;url=fotobsp_sieb.htm;");
}



with(milonic=new menuname("F&ouml;rdertechnik")){
style=menuStyle;
overflow="scroll";
aI("text=Schwingrinnen;url=schwingrinnen.htm;");
aI("text=Rohrf&ouml;rderer;url=rohrfoerderer.htm;");
aI("text=Verteilerrinnen;url=verteilerrinnen.htm;");
}

with(milonic=new menuname("Siebmaschinen")){
style=menuStyle;
overflow="scroll";
aI("text=Sizer;url=sizer.htm;");
aI("text=Kreisschwingsizer;url=kreisschwingensizer.htm;");
aI("text=Schlagleistensizer;url=schlagleistensizer.htm;");
aI("text=Kombi-Sizer;url=kombisizer.htm;");
aI("text=Sizer 2000;url=sizer2000.htm;");
aI("text=Vibro-Stangensizer;url=vibrostangensizer.htm;");
aI("text=Stangensizer;url=stangensizer.htm;");
aI("text=Kreis- und Linearschwingsiebe;url=kreislinearschwingsiebe.htm;");
aI("text=Anfrageformular;url=kontakt_sieb.htm;");
}

with(milonic=new menuname("Sortiertechnik")){
style=menuStyle;
overflow="scroll";
aI("text=Farbsortierung;showmenu=Farbsortierung;url=farbsortierung_allgemein.htm;");
aI("text=R&ouml;ntgensortierung;url=roentgensortierung.htm;");
aI("text=Korngr&ouml;ßenanalyse;url=korngroessenanalyse.htm;");
aI("text=Fotobeispiele;url=fotobsp_sort.htm;");
aI("text=Mietmaschine;url=mietmaschinen.htm;");
}

with(milonic=new menuname("Farbsortierung")){
style=menuStyle;
overflow="scroll";
aI("text=Glassortierung;url=glassortierer.htm;");
aI("text=Mineraliensortierung;url=mineraliensortierer.htm;");
aI("text=Kunststoffsortierung;url=kunststoffsortierung.htm;");
//aI("text=Abfallsortierung;url=hausmuellsortierung.htm;");
aI("text=Salzsortierung;url=salzsortierung.htm;");
//aI("text=Lieferliste;url=lieferliste.htm;");
aI("text=Anfrageformular;url=kontakt_sortier.htm;");
}

with(milonic=new menuname("Kontakte")){
style=menuStyle;
overflow="scroll";
aI("text=Kontaktdaten;url=kontaktdaten.htm;");
aI("text=Anfrageformular Siebtechnik;url=kontakt_sieb.htm;");
aI("text=Anfrageformular Sortiertechnik;url=kontakt_sortier.htm;");
aI("text=Prospektbestellung;url=prospektbestell.htm;");
aI("text=Vertretungen;showmenu=Vertretungen;");
}


