function mmLoadMenus() {
  var schrift = "#CC171E";
  var h_schrift = "#0000FF";
  var hintergrund = "#FFFFFF";
  var h_hintergrund = "#FFFFFF";
  if (window.Produkte) return;

/*
?
breite
höhe
?
schriftgröße
Farbe Schrift&Aussenrahmen
Schrift bei Rollover
Hintergrund normal
Hintergrund Rollover (+Linien dazwischen)
Ausrichtung horizontal
Ausrichtung vertikal
Innenabstand horizontal
Innenabstand vertikal
"Nachhaltezeit" (ms)

*/
 window.CHV = new Menu("root",103,18,"",12,schrift, h_schrift, hintergrund, h_hintergrund,"left","middle",3,0,1000,-5,70,true,true,true,0,true,true);
   CHV.addMenuItem("Kontakt","location='index.asp?sAction=CHVKontakt'");
   CHV.addMenuItem("Team","location='index.asp?sAction=CHVTeam'");
   CHV.addMenuItem("Jobs","location='index.asp?sAction=CHVJobs'");
   CHV.addMenuItem("@nline","location='index.asp?sAction=CHVOnline'");
   CHV.addMenuItem("Links","location='index.asp?sAction=CHVLinks'");
   CHV.addMenuItem("News","location='index.asp?sAction=CHVNews'");
   CHV.hideOnMouseOut=true;
   CHV.bgColor=h_hintergrund;
   CHV.menuBorder=1;
   CHV.menuBorderBgColor=schrift;

 window.CHV_E = new Menu("root",103,18,"",12,schrift, h_schrift, hintergrund, h_hintergrund,"left","middle",3,0,1000,-5,70,true,true,true,0,true,true);
   CHV_E.addMenuItem("Contact","location='index.asp?sAction=CHVKontakt'");
   CHV_E.addMenuItem("Team","location='index.asp?sAction=CHVTeam'");
   CHV_E.addMenuItem("Jobs","location='index.asp?sAction=CHVJobs'");
   CHV_E.addMenuItem("@nline","location='index.asp?sAction=CHVOnline'");
   CHV_E.addMenuItem("Links","location='index.asp?sAction=CHVLinks'");
   CHV_E.addMenuItem("News","location='index.asp?sAction=CHVNews'");
   CHV_E.hideOnMouseOut=true;
   CHV_E.bgColor=h_hintergrund;
   CHV_E.menuBorder=1;
   CHV_E.menuBorderBgColor=schrift;

 window.Produkte_E = new Menu("root",103,18,"",12,schrift, h_schrift, hintergrund, h_hintergrund,"left","middle",3,0,1000,-5,70,true,true,true,0,true,true);
   Produkte_E.addMenuItem("Container","location='index.asp?sAction=ProdukteContainer'");
   Produkte_E.addMenuItem("Used","location='index.asp?sAction=ProdukteGebraucht'");
   Produkte_E.addMenuItem("Rent","location='index.asp?sAction=ProdukteMiete'");
   Produkte_E.addMenuItem("Ad space","location='index.asp?sAction=ProdukteWerbeflaechen'");
   Produkte_E.addMenuItem("Service","location='index.asp?sAction=ProdukteDienstleistung'");
   Produkte_E.addMenuItem("Financing","location='index.asp?sAction=ProdukteFinanzierung'");

   Produkte_E.hideOnMouseOut=true;
   Produkte_E.bgColor=h_hintergrund;
   Produkte_E.menuBorder=1;
   Produkte_E.menuBorderBgColor=schrift;

 window.Produkte = new Menu("root",103,18,"",12,schrift, h_schrift, hintergrund, h_hintergrund,"left","middle",3,0,1000,-5,70,true,true,true,0,true,true);
   Produkte.addMenuItem("Container","location='index.asp?sAction=ProdukteContainer'");
   Produkte.addMenuItem("Gebraucht","location='index.asp?sAction=ProdukteGebraucht'");
   Produkte.addMenuItem("Miete","location='index.asp?sAction=ProdukteMiete'");
   Produkte.addMenuItem("Werbefl&auml;chen","location='index.asp?sAction=ProdukteWerbeflaechen'");
   Produkte.addMenuItem("Dienstleistung","location='index.asp?sAction=ProdukteDienstleistung'");
   Produkte.addMenuItem("Finanzierung","location='index.asp?sAction=ProdukteFinanzierung'");

   Produkte.hideOnMouseOut=true;
   Produkte.bgColor=h_hintergrund;
   Produkte.menuBorder=1;
   Produkte.menuBorderBgColor=schrift;


Produkte.writeMenus(); // das letzte menue!!!
} // mmLoadMenus()
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
