
	if (mtDropDown.isSupported()) 
	{
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Markenglossar", "http://www.markenlexikon.com/markenglossar.html"); 
        menu1.addItem("Grundlagen", "http://www.markenlexikon.com/markenmanagement1.html"); 		
		menu1.addItem("Vorgehen", "http://www.markenlexikon.com/markenstrategien.html"); 
     	menu1.addItem("Markenmodelle", "http://www.markenlexikon.com/markenmodelle.html"); 
		menu1.addItem("Downloads", "http://www.markenlexikon.com/downloads.html"); 

		var subMenu1 = menu1.addMenu(menu1.items[1]);
		
		subMenu1.addItem("Bedeutung & Vorteile", "http://www.markenlexikon.com/markenmanagement1.html");
		subMenu1.addItem("Markenrecht & Markenschutz", "http://www.markenlexikon.com/markenrecht1.html");
		subMenu1.addItem("Rahmenbedingungen", "http://www.markenlexikon.com/markenrahmen1.html");
		subMenu1.addItem("Zielgruppen", "http://www.markenlexikon.com/markengruppen.html");

		var subMenu2 = menu1.addMenu(menu1.items[2]);
		
		subMenu2.addItem("(1) Konzeption & Aufbau", "http://www.markenlexikon.com/markenaufbau.html");
		subMenu2.addItem("(2) Management & Ausbau", "http://www.markenlexikon.com/markenfuehrung.html");
		subMenu2.addItem("(3) Evaluation & Markenwert", "http://www.markenlexikon.com/markenwert.html");
			
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Einführung", "http://www.markenlexikon.com/produktmarken1.html"); 
		menu2.addItem("A bis E", "http://www.markenlexikon.com/produkte_a.html"); 
		menu2.addItem("F bis J", "http://www.markenlexikon.com/produkte_f.html"); 
		menu2.addItem("K bis O", "http://www.markenlexikon.com/produkte_k.html");
		menu2.addItem("P bis T", "http://www.markenlexikon.com/produkte_p.html");
		menu2.addItem("U bis Z", "http://www.markenlexikon.com/produkte_u.html");
		menu2.addItem("Zahlen", "http://www.markenlexikon.com/produkte_1.html");
	
                var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Einführung", "http://www.markenlexikon.com/personenmarken1.html"); 
		menu3.addItem("A bis E", "http://www.markenlexikon.com/personen_a.html"); 
		menu3.addItem("F bis J", "http://www.markenlexikon.com/personen_f.html"); 
		menu3.addItem("K bis O", "http://www.markenlexikon.com/personen_k.html");
		menu3.addItem("P bis T", "http://www.markenlexikon.com/personen_p.html");
		menu3.addItem("U bis Z", "http://www.markenlexikon.com/personen_u.html");

                var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("Einführung", "http://www.markenlexikon.com/logos_intro.html"); 
		menu4.addItem("A bis E", "http://www.markenlexikon.com/logos_a.html"); 
		menu4.addItem("F bis J", "http://www.markenlexikon.com/logos_f.html"); 
		menu4.addItem("K bis O", "http://www.markenlexikon.com/logos_k.html");
		menu4.addItem("P bis T", "http://www.markenlexikon.com/logos_p.html");
		menu4.addItem("U bis Z", "http://www.markenlexikon.com/logos_u.html");

                var menu5 = ms.addMenu(document.getElementById("menu5"));
 		menu5.addItem("Einführung", "http://www.markenlexikon.com/slogans_intro.html"); 
		menu5.addItem("A bis E", "http://www.markenlexikon.com/slogans_a.html"); 
		menu5.addItem("F bis J", "http://www.markenlexikon.com/slogans_f.html"); 
		menu5.addItem("K bis O", "http://www.markenlexikon.com/slogans_k.html");
		menu5.addItem("P bis T", "http://www.markenlexikon.com/slogans_p.html");
		menu5.addItem("U bis Z", "http://www.markenlexikon.com/slogans_u.html");
		menu5.addItem("Jingles", "http://www.markenlexikon.com/jingles_intro.html");
           
		mtDropDown.renderAll();
	}

