	// set up drop downs anywhere in the body of the page. I think the bottom of the page is better.. 
	// but you can experiment with effect on loadtime.
	if (mtDropDown.isSupported()) {

		//==================================================================================================
		// create a set of dropdowns
		//==================================================================================================
		// the first param should always be down, as it is here
		//
		// The second and third param are the top and left offset positions of the menus from their actuators
		// respectively. To make a menu appear a little to the left and bottom of an actuator, you could use
		// something like -5, 5
		//
		// The last parameter can be .topLeft, .bottomLeft, .topRight, or .bottomRight to inidicate the corner
		// of the actuator from which to measure the offset positions above. Here we are saying we want the 
		// menu to appear directly below the bottom left corner of the actuator
		//==================================================================================================
		var ms = new mtDropDownSet(mtDropDown.direction.right, 145, -25, mtDropDown.reference.bottomLeft);

		//==================================================================================================
		// create a dropdown menu
		//==================================================================================================
		// the first parameter should be the HTML element which will act actuator for the menu
		//==================================================================================================

		//==================================================================================================

		//==================================================================================================
		// add a sub-menu
		//==================================================================================================
		// to add a sub menu to an existing menu object, call it's addMenu method and pass it the item from
		// the parent menu which should act as it's actuator. To add a submenu to the fourth item of a menu
		// called "theMenu", you would do theMenu.addMenu(theMenu.items[3])
		//==================================================================================================

	//var menu1 = ms.addMenu(document.getElementById("menu1"));
		//menu1.addItem("<span style='width:20px;height:16px;'></span>Apple iPad Facesplates", "apple-ipad-faceplates.html","_top"); 
		//menu1.addItem("<span style='width:20px;height:16px;'></span>Apple iPad Combos", "apple-ipad-combos.html","_top");


		//==================================================================================================
		var menu33 = ms.addMenu(document.getElementById("menu33"));
		menu33.addItem("<span style='width:20px;height:16px;'></span>3.5mm <> 2.5mm Adapters", "3-5mm-2-5mm-adapters.html","_top"); 
		menu33.addItem("<span style='width:20px;height:16px;'></span>3.5mm <> 3.5mm Adapters", "3-5mm-3-5mm-adapters.html","_top");
		menu33.addItem("<span style='width:20px;height:16px;'></span>3.5mm <> 6.35mm (1/4Inch) Adapters", "3-5mm-6-35mm-adapters.html","_top");
		menu33.addItem("<span style='width:20px;height:16px;'></span>3.5mm <> RCA Adapters", "3-5mm-rca-adapters.html","_top");
		menu33.addItem("<span style='width:20px;height:16px;'></span>3.5mm <> 9.5mm (TV) Adapters", "3-5mm-9-5mmtv-adapters.html","_top");
		menu33.addItem("<span style='width:20px;height:16px;'></span>6.35mm (1/4Inch) <> 6.35mm (1/4Inch) Adapters", "6-35mm-6-35mm-adapters.html","_top");
		menu33.addItem("<span style='width:20px;height:16px;'></span>RCA <> RCA Adapters", "rca-rca-adapters.html","_top");
		menu33.addItem("<span style='width:20px;height:16px;'></span>RCA <> 2.5mm Adapters", "rca-2-5mm-adapters.html","_top");
		menu33.addItem("<span style='width:20px;height:16px;'></span>RCA <> 6.35mm (1/4Inch) Adapters", "rca-6-35mm-adapters.html","_top");
		menu33.addItem("<span style='width:20px;height:16px;'></span>Others Audio Adapters", "others-audio-adapters.html","_top");


		//==================================================================================================

		//==================================================================================================
		var menu34 = ms.addMenu(document.getElementById("menu34"));
		menu34.addItem("<span style='width:20px;height:16px;'></span>BNC <> BNC Adapters", "bnc-bnc-adapters.html","_top"); 
		menu34.addItem("<span style='width:20px;height:16px;'></span>BNC <> F Adapters", "bnc-f-adapters.html","_top");
		menu34.addItem("<span style='width:20px;height:16px;'></span>BNC <> N Adapters", "bnc-n-adapters.html","_top");
		menu34.addItem("<span style='width:20px;height:16px;'></span>BNC <> RCA Adapters", "bnc-rca-adapters.html","_top");
		menu34.addItem("<span style='width:20px;height:16px;'></span>F <> F Adapters", "f-f-adapters.html","_top");
		menu34.addItem("<span style='width:20px;height:16px;'></span>RCA <> F Adapters", "rca-f-adapters.html","_top");
		menu34.addItem("<span style='width:20px;height:16px;'></span>RCA <> RCA Adapters", "video-rca-rca-adapters.html","_top");
		menu34.addItem("<span style='width:20px;height:16px;'></span>S-Video <> RCA Adapters", "s-video-rca-adapters.html","_top");
		menu34.addItem("<span style='width:20px;height:16px;'></span>S-Video <> S-Video Adapters", "s-video-s-video-adapters.html","_top");
		menu34.addItem("<span style='width:20px;height:16px;'></span>VGA <> S-Video/RCA Adapters", "vga-s-video-rca-adapters.html","_top");
		menu34.addItem("<span style='width:20px;height:16px;'></span>Video Splitter", "video-splitter.html","_top");
		menu34.addItem("<span style='width:20px;height:16px;'></span>Video Card Adapters", "video-card-adapters.html","_top");

		
		//==================================================================================================

		//==================================================================================================
		var menu35 = ms.addMenu(document.getElementById("menu35"));
		menu35.addItem("<span style='width:20px;height:16px;'></span>Audio/Video Keystone Jacks", "audio-video-keystone-jacks.html","_top");
		menu35.addItem("<span style='width:20px;height:16px;'></span>Audio/Video Wall Plate", "audio-video-wall-plate.html","_top");
		
		//==================================================================================================

		//==================================================================================================
		var menu36 = ms.addMenu(document.getElementById("menu36"));
		menu36.addItem("<span style='width:20px;height:16px;'></span>HDMI Couplers", "hdmi-couplers.html","_top");
		menu36.addItem("<span style='width:20px;height:16px;'></span>HDMI Extender", "hdmi-extender.html","_top");
		menu36.addItem("<span style='width:20px;height:16px;'></span>HDMI Port Saver", "hdmi-port-saver.html","_top");
		menu36.addItem("<span style='width:20px;height:16px;'></span>HDMI <> P&D(M1)", "hdmi-pd-m1.html","_top");
		menu36.addItem("<span style='width:20px;height:16px;'></span>HDMI <> DVI", "hdmi-dvi.html","_top");
		menu36.addItem("<span style='width:20px;height:16px;'></span>HDMI <> DisplayPort", "hdmi-displayport.html","_top");
		menu36.addItem("<span style='width:20px;height:16px;'></span>Mini-HDMI <> HDMI", "mini-hdmi-hdmi.html","_top");
		menu36.addItem("<span style='width:20px;height:16px;'></span>Others HDMI Adapters", "others-hdmi-adapters.html","_top");

		//==================================================================================================

		//==================================================================================================
		var menu37 = ms.addMenu(document.getElementById("menu37"));
		menu37.addItem("<span style='width:20px;height:16px;'></span>DVI <> 3RCA Component", "dvi-3rca-component.html","_top");
		menu37.addItem("<span style='width:20px;height:16px;'></span>DVI <> HDMI", "dvi-hdmi.html","_top");
		menu37.addItem("<span style='width:20px;height:16px;'></span>DVI <> VGA", "dvi-vga.html","_top");
		menu37.addItem("<span style='width:20px;height:16px;'></span>DVI <> DFP", "dvi-dfp.html","_top");
		menu37.addItem("<span style='width:20px;height:16px;'></span>DVI <> P&D(M1)", "dvi-pd-m1.html","_top");
		menu37.addItem("<span style='width:20px;height:16px;'></span>DVI <> DisplayPort", "dvi-displayport.html","_top");
		menu37.addItem("<span style='width:20px;height:16px;'></span>Mini-DVI <> VGA, DVI, HDMI", "mini-dvi-dvi.html","_top");

		//==================================================================================================

       //==================================================================================================
		var menu38 = ms.addMenu(document.getElementById("menu38"));
		menu38.addItem("<span style='width:20px;height:16px;'></span>HDMI Active & Powered Splitters", "hdmi-active-powered-splitters.html","_top");
		menu38.addItem("<span style='width:20px;height:16px;'></span>HDMI Passive & Non-Powered Splitters", "hdmi-passive-non-powered-splitters.html","_top");
		menu38.addItem("<span style='width:20px;height:16px;'></span>DVI Passive & Non-Powered Splitters", "dvi-passive-non-powered-splitters.html","_top");

		//==================================================================================================
		
		//==================================================================================================
		var menu43 = ms.addMenu(document.getElementById("menu43"));
		menu43.addItem("<span style='width:20px;height:16px;'></span>Gender Changers", "gender-1-changers.html","_top");
		menu43.addItem("<span style='width:20px;height:16px;'></span>Mini Gender Changers", "mini-gender-changers.html","_top");
		
		//==================================================================================================

		// write drop downs into page
		//==================================================================================================
		// this method writes all the HTML for the menus into the page with document.write(). It must be
		// called within the body of the HTML page.
		//==================================================================================================
		mtDropDown.renderAll();
	}
