if (mtDropDown.isSupported()) 
{
var ms = new mtDropDownSet(mtDropDown.direction.right, 12, -8, mtDropDown.reference.topRight);		
var menu1 = ms.addMenu(document.getElementById("menu1"));
menu1.addItem("<b>All&nbsp;sound&nbsp;samples</b>", "allsound.php");
menu1.addItem("November&nbsp;18,&nbsp;2011", "cd373.php");
menu1.addItem("May&nbsp;15,&nbsp;2011", "cd372.php");
menu1.addItem("January&nbsp;20,&nbsp;2011", "cd371.html");
menu1.addItem("October&nbsp;24,&nbsp;2010", "cd370.html");
menu1.addItem("June&nbsp;14,&nbsp;2010", "cd369.html");
menu1.addItem("April&nbsp;17,&nbsp;2010", "cd368.html");
menu1.addItem("November&nbsp;2,&nbsp;2009", "cd367.html");
menu1.addItem("September&nbsp;20,&nbsp;2009", "cd366.html");
menu1.addItem("July&nbsp;20,&nbsp;2009", "cd365.html");
menu1.addItem("June&nbsp;8,&nbsp;2009", "cd364.html");
menu1.addItem("May&nbsp;24,&nbsp;2009", "cd363.html");
var menu2 = ms.addMenu(document.getElementById("menu2"));
menu2.addItem("Dancetheria", "http://www.dancetheria.com");
menu2.addItem("Euro Adrenaline", "http://www.euroadrenaline.com/forum"); 
menu2.addItem("Eurodancehits", "http://forums.eurodancehits.com"); 	
mtDropDown.renderAll();
}

