		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

	

		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("Why Us","index.html#why-us");
		menu5.addItem("Our Profile ","index.html#profile");
		menu5.addItem("Our Clients ","index.html#clients");
	
		
		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("Corporate Films","films.html");
		menu6.addItem("Documentary Films ","films.html#docu");
		menu6.addItem("Training Films ","films.html#trai");
		menu6.addItem("Customised Films","films.html#custom");
		menu6.addItem("Tv/ Radio Commericals","films.html#tv");
	

		var menu7 = ms.addMenu(document.getElementById("menu7"));
			menu7.addItem("CD Presentations","multimedia.html#cd");
		menu7.addItem("Flash Presentations ","multimedia.html#flash");
		menu7.addItem("Product Demo CD ","multimedia.html#product");
		menu7.addItem("Website Designing","multimedia.html#web");
		menu7.addItem("Sonic Branding","multimedia.html#sonic");
	
		var menu8 = ms.addMenu(document.getElementById("menu8"));
		menu8.addItem("Creatives","infrastructure.html");
		menu8.addItem("Production ","infrastructure.html#pro");
		menu8.addItem("Editing Studio ","infrastructure.html#editing");
		menu8.addItem("Sound Studio","infrastructure.html#sound");
		menu8.addItem("Retail Media","infrastructure.html#retail");

	
	
	mtDropDown.renderAll();

	}





	