﻿	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("  Vice-Chancellor's Desk", "vc.html");
		menu1.addItem("  Director, CCR Desk", "dc.html");
		menu1.addItem("  Director, ASC Desk", "dcd.html");
		
		
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("  Orientation Programmes", "orientation.html");
		menu2.addItem("  Refresher programmes", "refresher.html");
		menu2.addItem("  Short-term programmes", "shortterm.html");
		

		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("  JPDA", "ace.html");
		menu3.addItem("  ASC Newsletter", "news.html");
		menu3.addItem("  Information Brouchure", "infobrochure1808.pdf");
		
		
		
		
		



		mtDropDown.renderAll();
	}

