﻿if (mtDropDown.isSupported())
{
var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft, 500);

var news_menu_0 = ms.addMenu(document.getElementById("news_menu"));
news_menu_0.addItem("Neue H&auml;ndlerstruktur bei BAVARIA", "news.html","");
news_menu_0.addItem("Sondermodell bei Bavaria", "news.html","");
news_menu_0.addItem("Neue BAVARIA Baureihe", "news.html","");
news_menu_0.addItem("Erfolgreiche Testfahrt der BAVARIA SPORT 31", "news.html","");
news_menu_0.addItem("BAVARIA Nautic Collection", "news.html","");
news_menu_0.addItem("Eigene Sattelschlepperflotte", "news.html","");


mtDropDown.renderAll();
}



