if (mtDropDown.isSupported()) 
{	var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 00, mtDropDown.reference.bottomLeft);

// menu : Id = 1
var menu1 = ms.addMenu(document.getElementById("menu1"));

// menu : Id = 2
var menu2 = ms.addMenu(document.getElementById("menu2"));	
menu2.addItem('<img src="images/common/blank.gif" height="3" border="0">');
menu2.addItem("Morocco","morocco.html");
menu2.addItem('<table width="145" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/menu_filet1.gif" border="0"></td></tr></table>');
menu2.addItem("Marrakech","marrakech.html"); 
menu2.addItem('<table width="145" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/menu_filet1.gif" border="0"></td></tr></table>');
menu2.addItem("Tanger","tanger.html");
menu2.addItem('<table width="145" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/menu_filet1.gif" border="0"></td></tr></table>');
menu2.addItem("M'diq","mdiq.html");
menu2.addItem('<table width="145" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/menu_filet1.gif" border="0"></td></tr></table>');
menu2.addItem("Asilah","asilah.html");
menu2.addItem('<img src="images/common/blank.gif" height="1" border="0">');

// menu : Id = 3
var menu3 = ms.addMenu(document.getElementById("menu3"));	
menu3.addItem('<img src="images/common/blank.gif" height="3" border="0">');
menu3.addItem("Why Buy in Morocco?","why_buy_morocco.html"); 
menu3.addItem('<table width="160" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/menu_filet1.gif" border="0"></td></tr></table>');
menu3.addItem("Frequently Asked Questions","frequently.html");  
menu3.addItem('<img src="images/common/blank.gif" height="1" border="0">');	

// menu : Id = 4
var menu4 = ms.addMenu(document.getElementById("menu4"));

// menu : Id = 5
var menu5 = ms.addMenu(document.getElementById("menu5"));

mtDropDown.renderAll();
}
