		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Overview","overview.html");
		menu1.addItem("Mission & Vision","viss_miss.html");
		menu1.addItem("Client Scrapbook","scrapbook.html");

						
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		
menu2.addItem("1st Digitizing Basics","basics.html");
	
menu2.addItem("Embroidery Digitizing","embroidery_digitizing.html");

menu2.addItem("Digitizing Links","links.html");
		

		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Free Designs      ","free_design.html");
		menu3.addItem("Paid Designs","paid_design.html");

		



	


		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("Our Prices           ","prices.html");
		menu5.addItem("Order Now","order.html");



		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("Address Details      ","address.html");
			menu6.addItem("Query Form","query.html");
		
	    mtDropDown.renderAll();
	}
