if (mtDropDown.isSupported()) {

    var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

    // Projects

var menu1 = ms.addMenu(document.getElementById('menu1'));
    
menu1.addItem('Domain Registration', 'http://www.bazarji.com');
    	
menu1.addItem('Website Designing', 'web-designing.htm');

menu1.addItem('Unlimited Hosting', 'http://www.bazarji.com/hosting.php?type=w2k&location=us&category=hosting');

menu1.addItem('Email Hosting', 'http://www.bazarji.com/hosting.php?type=email&location=us&category=hosting');

menu1.addItem('Digital Certificate', 'http://www.bazarji.com/digital_certificate.php');

menu1.addItem('Website Builder', 'http://www.bazarji.com/sitebuilder.php?type=sblite');
    
menu1.addItem('Script For Sale', 'script.htm');

menu1.addItem('Project For Sale', 'project.htm');

menu1.addItem('Domain Name For Sale', 'domain.htm');


 // Services

   
var menu2 = ms.addMenu(document.getElementById('menu2'));
    
menu2.addItem('Web Hosting Reseller', 'window-web-hosting.htm');
    
menu2.addItem('Domain Reseller', 'http://reseller.bazarji.com');
    
menu2.addItem('Bulk SMS Reseller', 'http://mob.bazarji.com');
    

 // SMS

var menu3 = ms.addMenu(document.getElementById('menu3'));
    
menu3.addItem('Short Code', 'short-code.htm');
    
menu3.addItem('SMS Chat', 'sms-chat.htm');
  
menu3.addItem('Buy SMS','buy-sms.htm');
   
menu3.addItem('Login', 'http://mob.bazarji.com');
   
 

    mtDropDown.renderAll();
}