
	if (mtDropDown.isSupported()) {
		//
		var ms = new mtDropDownSet(mtDropDown.direction.bottom, 0, -14, mtDropDown.reference.bottomLeft);
		// 
		// HOME BUTTON
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		//
		// ABOUT US BUTTON
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("&nbsp; The HSC Newsletter","newsletter.html");
		menu2.addItem("&nbsp; Don Beiger","don.html");
		menu2.addItem("&nbsp; Instructors","instructors.html");
		menu2.addItem("&nbsp; Divemasters","divemasters.html");
		menu2.addItem("&nbsp; Training Facilities","facilities.html");
		menu2.addItem("&nbsp; Dive Art","murals.html");
		menu2.addItem("&nbsp; Group Pictures","gpictures.html");
		//
		// TRAINING BUTTON
	    var menu3 = ms.addMenu(document.getElementById("menu3"));
        menu3.addItem("&nbsp; NAUI Pro Platinum","nauiclasses.html");
		menu3.addItem("&nbsp; SDI/TDI Facility","tdiclasses.html");
		menu3.addItem("&nbsp; Class Schedules","classschedule.html");
		menu3.addItem("&nbsp; Dive Fitness","divefitness.html");
				
		//SUB-MENU IF NEEDED 
		//var subMenu21 = menu2.addMenu(menu2.items[0]);
		//subMenu31.addItem("Introduction","intro.html");
		//subMenu31.addItem("Introduction", "intro.html");    
		//subMenu31.addItem("Introduction", "intro.html");        		
		//
		// EQUIPMENT BUTTON
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("&nbsp; New Gear","newgear.html");				
		menu4.addItem("&nbsp; Rental Gear","rentalgear.html");		
		//
		// TRAVEL BUTTON
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("&nbsp; - Upcoming Trips -","index.html");
		menu5.addItem("&nbsp; Roaton Honduras","roatan.html");
		menu5.addItem("&nbsp; Truk Lagoon","truklagoon2.html");
		menu5.addItem("&nbsp; St. Lawrence Seaway","stlawrence2.html");
		menu5.addItem("&nbsp; Socorro Islands","socorro.html");
		menu5.addItem("&nbsp; Australia","australia.html");
		menu5.addItem("&nbsp; ","index.html");
		menu5.addItem("&nbsp; - Past Trips -","index.html");
		menu5.addItem("&nbsp; Solomon Islands","solomon.html");
		menu5.addItem("&nbsp; Philippines","Philippines.html");
		menu5.addItem("&nbsp; Cozumel","Cozumel.html");
		menu5.addItem("&nbsp; Belize","belize.html");
		menu5.addItem("&nbsp; Florida Keys","keys.html");
		menu5.addItem("&nbsp; Kingston, Ontario","kingston.html");
		menu5.addItem("&nbsp; St. Lawrence Seaway","stlawrence.html");
		menu5.addItem("&nbsp; Cocos","cocos.html");
		menu5.addItem("&nbsp; Truk Lagoon","truklagoon.html");		
		//
		// LOCAL DIVING BUTTON
		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("&nbsp; 2011 Wreck Schedule","boatschedule.html");
		menu6.addItem("&nbsp; Dutch Springs","dutchsprings.html");
		menu6.addItem("&nbsp; NJ Shore","njshore.html");
		menu6.addItem("&nbsp; Round Valley","roundvalley.html");
		menu6.addItem("&nbsp; Delaware River","delaware.html");
		//			 
		//
		// CONTACT BUTTON
		var menu7 = ms.addMenu(document.getElementById("menu7"));
		menu7.addItem("&nbsp; Contact Us","contactus.html");
		//
		mtDropDown.renderAll();
	}

