﻿if (mtDropDown.isSupported())
{
var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft, 500);

var cs_menu_0 = ms.addMenu(document.getElementById("cs_menu"));
cs_menu_0.addItem("BOOT 2010 - Wir stellen aus!", "news.html","");
cs_menu_0.addItem("DerFender - Die Motorland Hauszeitschrift", "http://www.derfender.de","");

mtDropDown.renderAll();
}



