if (mtDropDown.isSupported()) {
var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 2, mtDropDown.reference.bottomLeft);

var menu2 = ms.addMenu(document.getElementById('menu2')); 
menu2.addItem('Residential Properties', '/properties-for-sale/residential-properties/under-1mil.htm');
menu2.addItem('Gated Villages', '/properties-for-sale/gated-villages/index.htm');
menu2.addItem('Vacant Land', '/properties-for-sale/vacant-land/index.htm');
menu2.addItem('Small Holdings', '/small-holdings/index.htm');


var menu3 = ms.addMenu(document.getElementById('menu3'));
menu3.addItem('Residential', '/rentals/residential/index.htm');


var menu4 = ms.addMenu(document.getElementById('menu4')); 
menu4.addItem('Self Catering', '/rentals/self-catering/index.htm');  
menu4.addItem('B&B/Guesthouses', '/rentals/b-b/index.htm');  


var menu5 = ms.addMenu(document.getElementById('menu5'));
menu5.addItem('Accommodation', '/events/2010worldcup/index.htm');


var menu6 = ms.addMenu(document.getElementById('menu6')); 
menu6.addItem('Company Profile', '/about/company-profile.htm');  
menu6.addItem('About Somerset West', '/about/somerset-west.htm');  

mtDropDown.renderAll();
}
