if (mtDropDown.isSupported()) 
{
var ms = new mtDropDownSet(mtDropDown.direction.right, -18, 0, mtDropDown.reference.topRight);		
var menu1 = ms.addMenu(document.getElementById("menu1"));
menu1.addItem("<b>All&nbsp;sound&nbsp;samples</b>", "allsound.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");
menu1.addItem("May&nbsp;9,&nbsp;2009", "cd362.html");
menu1.addItem("January&nbsp;4,&nbsp;2009", "cd361.html");
menu1.addItem("December&nbsp;1,&nbsp;2008", "cd360.html");
menu1.addItem("November&nbsp;11,&nbsp;2008", "cd359.html");
menu1.addItem("September&nbsp;22,&nbsp;2008", "cd358.html");
menu1.addItem("August&nbsp;18,&nbsp;2008", "cd357.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"); 	
var menu3 = ms.addMenu(document.getElementById("menu3"));
menu3.addItem("Newly Added", "newlyadded.html");
menu3.addItem("CD Singles (A-J)", "cdsingles1.html"); 
menu3.addItem("CD Singles (K-Z)", "cdsingles2.html"); 
menu3.addItem("CD Albums", "cdalbums.html"); 
mtDropDown.renderAll();
}
