if (mtDropDown.isSupported()) {

var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
		

		//IDD Therapy
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("IDD Therapy", "idd.php");
		menu1.addItem("About the IDD Protocol", "about.php");
		menu1.addItem("Who needs IDD?", "who.php");
		menu1.addItem("How it works", "howitworks.php");
		menu1.addItem("The Spina Machine", "spina.php");
		menu1.addItem("FAQ", "faq.php");
		menu1.addItem("Financing Information", "financing.php");
		menu1.addItem("Testimonials", "testimonials.php");
var ms = new mtDropDownSet(mtDropDown.direction.down, 13, 0, mtDropDown.reference.bottomLeft);
		
		//Our Office
		var menu2 = ms.addMenu(document.getElementById("menu2"));
//		menu2.addItem("Office Blog", "");
		menu2.addItem("Office Information", "office.php");
		menu2.addItem("Directions", "directions.php");
		menu2.addItem("Our Staff", "staff.php");		
		menu2.addItem("Office Hours", "hours.php");
		menu2.addItem("Contact Us", "contact.php");
/*
		var subMenu23 = menu2.addMenu(menu2.items[3]);
		subMenu23.addItem("subm1", "url");
		subMenu23.addItem("subm2", "url");    
		subMenu23.addItem("subm3", "url");    
*/
    
var ms = new mtDropDownSet(mtDropDown.direction.down, 38, 0, mtDropDown.reference.bottomLeft);
		
		// Dr. McClure
	      var menu3 = ms.addMenu(document.getElementById("menu3"));
//            menu3.addItem("Doctor's Blog","");
           	menu3.addItem("About","doctor.php");
           	menu3.addItem("Credentials","cred.php");
			menu3.addItem("Biography","bio.php");
     
var ms = new mtDropDownSet(mtDropDown.direction.down, 25, 0, mtDropDown.reference.bottomLeft);
		// Health Codex
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("Health Codex", "health.php");
		menu4.addItem("Overview of the Spine", "spineoverview.php");
		menu4.addItem("Links", "links.php");
/*
var ms = new mtDropDownSet(mtDropDown.direction.right, 0, 0, mtDropDown.reference.bottomLeft);
		// Links
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("IDD Therapy", "");
		menu5.addItem("North American Medical Corporation", "");
		menu5.addItem("Dr. Norm Shealy", "");
		menu5.addItem("American Association of Neurological Surgeons", "");
*/
mtDropDown.renderAll();
	}
