if (mtDropDown.isSupported()) {

    var ms = new mtDropDownSet(mtDropDown.direction.Right, 185, -28, mtDropDown.reference.bottomLeft);

    //
    // Projects
    //
    

var menu1 = ms.addMenu(document.getElementById('menu1'));
    
menu1.addItem('Login', appPathy+'home.asp');
       
menu1.addItem('Registration', appPathy+'registration.htm');

var menu2 = ms.addMenu(document.getElementById('menu2'));
    
menu2.addItem('Talent Hunt', appPathy+'talenthunt.asp');
    
//menu2.addItem('Events Schedule', appPathy+'eventsschedule.asp');
    
//menu2.addItem('Participation Form', appPathy+'participation-form.asp');
    
//menu2.addItem('Events Results', appPathy+'events-results.asp');


    //
    // Services
    //
    

var menu3 = ms.addMenu(document.getElementById('menu3'));
    
menu3.addItem('Search', appPathy+'search2.htm');

menu3.addItem('Member Login', appPathy+'cklogin.asp');
menu3.addItem('Registration Form', appPathy+'registration.htm');

var menu4 = ms.addMenu(document.getElementById('menu4'));
    
menu4.addItem('Search', appPathy+'searchunmarried.htm');
        
menu4.addItem('Member Login', appPathy+'cklogin.asp');
menu4.addItem('Registration Form', appPathy+'registration.htm');


var menu5 = ms.addMenu(document.getElementById('menu5'));
    
menu5.addItem('English', appPathy+'page01.htm');
menu5.addItem('Hindi', appPathy+'page06.htm');
menu5.addItem('Movie', appPathy+'video.htm');
     mtDropDown.renderAll();

var menu6 = ms.addMenu(document.getElementById('menu6'));
    
menu6.addItem('Photo Gallery', appPathy+'photo-gallery.htm');
menu6.addItem('Video Gallery', appPathy+'video-gallery.asp');
     mtDropDown.renderAll();
}
