if (TransMenu.isSupported()) {
        var ms = new TransMenuSet(TransMenu.direction.down, 1, 0, TransMenu.reference.bottomLeft);

        var menu1 = ms.addMenu(document.getElementById("katalog"));
		menu1.addItem("Elektro-Bikes", "http://motorrad-noelte.de/index.php?site=static&staticID=199");
        menu1.addItem("Umbauten/Specials", "http://motorrad-noelte.de/index.php?site=static&staticID=98");
        menu1.addItem("Scooter", "http://www.motorrad-noelte.de/index.php?site=static&staticID=1");
        menu1.addItem("Kids", "http://www.motorrad-noelte.de/index.php?site=static&staticID=19");
        menu1.addItem("QuadSport", "http://www.motorrad-noelte.de/index.php?site=static&staticID=24");
        menu1.addItem("Motocross", "http://www.motorrad-noelte.de/index.php?site=static&staticID=28");
        menu1.addItem("Street", "http://www.motorrad-noelte.de/index.php?site=static&staticID=10");
        menu1.addItem("Cruiser", "http://www.motorrad-noelte.de/index.php?site=static&staticID=40");
        menu1.addItem("Supersport", "http://www.motorrad-noelte.de/index.php?site=static&staticID=50");
        menu1.addItem("Sport Enduro Tourer", "http://www.motorrad-noelte.de/index.php?site=static&staticID=55");


        var menu2 = ms.addMenu(document.getElementById("gebrauchte"));
        menu2.addItem("Alle Gebrauchte", "http://www.motorrad-noelte.de/index.php?site=static&staticID=57");


        var menu3 = ms.addMenu(document.getElementById("bekleidung"));
        menu3.addItem("Suzuki Original", "http://www.motorrad-noelte.de/bilder/pdf/fashion.pdf");
        menu3.addItem("Freizeitbekleidung", "http://www.motorrad-noelte.de/index.php?site=static&staticID=39");
        

        var menu4 = ms.addMenu(document.getElementById("service"));
        menu4.addItem("Finanzierung", "http://www.motorrad-noelte.de/index.php?site=static&staticID=35");
        menu4.addItem("Rahmenvermessung", "http://www.motorrad-noelte.de/index.php?site=static&staticID=36");
        menu4.addItem("Leistungspruefstand", "http://www.motorrad-noelte.de/index.php?site=static&staticID=38");
        menu4.addItem("Vermietung", "http://www.motorrad-noelte.de/index.php?site=static&staticID=37");
		menu4.addItem("Pulverbeschichtung", "http://www.motorrad-noelte.de/index.php?site=static&staticID=205");
		menu4.addItem("Motorrad-Spedition", "http://www.motorrad-noelte.de/index.php?site=static&staticID=206");
        menu4.addItem("Mehr Service", "");
        menu4.addItem("", "");


        TransMenu.renderAll();

        var menu5 = ms.addMenu(document.getElementById("uberuns"));
        menu5.addItem("Gallerien/Bilder", "http://www.motorrad-noelte.de/index.php?site=gallery&groupID=1");
        menu5.addItem("Partner/Links", "http://www.motorrad-noelte.de/index.php?site=links&action=show&linkcatID=2");
        menu5.addItem("Kontakt", "http://www.motorrad-noelte.de/index.php?site=contact");
        menu5.addItem("Events", "http://www.motorrad-noelte.de/index.php?site=static&staticID=126");
        menu5.addItem("Anfahrt", "http://www.motorrad-noelte.de/index.php?site=static&staticID=80");
        menu5.addItem("Videos", "http://www.motorrad-noelte.de/index.php?site=static&staticID=102");
        menu5.addItem("", "");


        TransMenu.renderAll();

}



