function MM_openBrWindow(theURL) { //v2.0
  window.open(theURL,'MytaxLink','400,450');
}

if (mtDropDown.isSupported()) {
  var ms = new mtDropDownSet(mtDropDown.direction.right, 190, 0, mtDropDown.reference.topLeft);
var WB_URL = document.getElementById("WB_URL").value;
// COMPANY
var menu2 = ms.addMenu(document.getElementById("menu2"));
menu2.addItem("¤ Academic Activities", WB_URL+"/pages/information/info-acacti.php");
menu2.addItem("¤ Governing Body ", WB_URL+"/pages/governingbody.php");
menu2.addItem("¤ Training and Placement",  WB_URL+"/pages/placement-cell/tpcell.php");
menu2.addItem("¤ Central Library",  WB_URL+"/pages/information/central-library.php");
menu2.addItem("¤ Faculties",  WB_URL+"/pages/faculty.php");
menu2.addItem("¤ Scheme of Exam ",  WB_URL+"/pages/information/scheme-of-exam.php");
menu2.addItem("¤ Ordinances  ",  WB_URL+"/pages/information/ordinances.php");
menu2.addItem("¤ Scholarship  ",  WB_URL+"/pages/information/scholarships.php");
menu2.addItem("¤ Awards & Achivements ",  WB_URL+"/pages/information/awards-achivements.php");
menu2.addItem("¤ Telephone Directory ", WB_URL+"/pages/phbook.php");	
menu2.addItem("¤ Committee&nbsp;&nbsp;>>");
var subMenu1 = menu2.addMenu(menu2.items[10]); 
		subMenu1.addItem("¤ Managing Committee ", WB_URL+"/pages/committee/managing.php");
		subMenu1.addItem("¤ Finance Committee", WB_URL+"/pages/committee/finance.php");
		subMenu1.addItem("¤ Grievance Committee", WB_URL+"/pages/committee/grievance.php");

/*
menu2.addItem("¤ SGSITS Staff  ",  WB_URL+"/pages/searchfaculty.php");
*/



// SERVICES
var menu1 = ms.addMenu(document.getElementById("menu1")); 
menu1.addItem("¤ Director(s) Message ",  WB_URL+"/pages/institute/directors-message.php");
menu1.addItem("¤ Ex. Directors",  WB_URL+"/pages/institute/past-directors.php");
menu1.addItem("¤ About Institute",  WB_URL+"/pages/institute/about-us.php");
menu1.addItem("¤ Our Vission",  WB_URL+"/pages/institute/our-vision.php"); 
menu1.addItem("¤ Campus Information",  WB_URL+"/pages/institute/campus.php");
menu1.addItem("¤ Programmes & Events",  WB_URL+"/pages/institute/programmes-events.php");
menu1.addItem("¤ Photo Gallery", WB_URL+"/pages/institute/gallery.php");
menu1.addItem("¤ Location", WB_URL+"/pages/location.htm");	
menu1.addItem("¤ Contact Us",  WB_URL+"/pages/institute/contact-us.php");

/*	
menu1.addItem("¤ Discussion Board",  WB_URL+"/pages/institute/discussion-board.php");	
menu1.addItem("¤ Guest Book",  WB_URL+"/pages/guesbook.php");	
menu1.addItem("¤ Right To Information ",  WB_URL+"/pages/right-to-information.php");
*/



// CLIENTS
var menu3 = ms.addMenu(document.getElementById("menu3"));
menu3.addItem("¤ Departments & Faculty",  WB_URL+"/pages/student/department-and-facult.php");
menu3.addItem("¤ Training and Placement",  WB_URL+"/pages/placement-cell/tpcell.php"); 
menu3.addItem("¤ Students & Alumni", WB_URL+"/pages/sgsalumni/my-home.php"); 
menu3.addItem("¤ Search Faculty & Staff",  WB_URL+"/pages/searchfaculty.php");
menu3.addItem("¤ Search Student",  WB_URL+"/pages/searchstudent.php");
menu3.addItem("¤ Students Activities",  WB_URL+"/pages/student/students-activities.php");	
menu3.addItem("¤ Scholarships",  WB_URL+"/pages/information/scholarships.php");
menu3.addItem("¤ Awards & Achivements",  WB_URL+"/pages/information/awards-achivements.php");

/*menu3.addItem("¤ Attandance Status",  WB_URL+"/pages/sattandance.php");
menu3.addItem("¤ Campus Interview", WB_URL+"/pages/student/campus.php");    
menu3.addItem("¤ Resume Bank", WB_URL+"/pages/student/resume-bank.php");
menu3.addItem("¤ Results / Exam. Schedules", WB_URL+"/pages/student/result-exam-shed.php");
menu3.addItem("¤ TEQIP ",  WB_URL+"/pages/tecip.php");*/


/*// SUPPORT
var menu4 = ms.addMenu(document.getElementById("menu4"));
menu4.addItem("¤ BPO System", "bpo.htm");
menu4.addItem("¤ Technical Support", "technical.htm");
menu4.addItem("¤ Customer Support", "customer.htm");
menu4.addItem("¤ PR-Event Management", "prevent.htm");
menu4.addItem("¤ Training", "training.htm");


// CONTACT US
var menu5 = ms.addMenu(document.getElementById("menu5"));
menu5.addItem("¤ ITES", "itse.htm");
menu5.addItem("¤ Studio", "sudio.htm");
menu5.addItem("¤ Printers", "Printers.htm");

// Download
var menu6 = ms.addMenu(document.getElementById("menu6"));
menu6.addItem("¤ Demo Version", "demo.htm");
menu6.addItem("¤ Web Templates", "templates.htm");
menu6.addItem("¤ Product Help", "help.htm");
menu6.addItem("¤ Documents", "documents.htm");
menu6.addItem("¤ Image Gallery", "gallery.htm");*/
  mtDropDown.renderAll();
  }
