		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

	

		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("Armours","armours.html");
		menu5.addItem("Compasses ","compasses.html");
		menu5.addItem("Corporate Gifts ","corporate-gift.html");
		menu5.addItem("Desktop Accessories","desktop-accessories.html");
		menu5.addItem("Desktop Clock","desktop-clock.html");
		menu5.addItem("Diver's Helmets","diver-helmet.html");
		menu5.addItem("Gift Items","gift-items.html");
		menu5.addItem("Gimbaled Compass","gimbaled-compass.html");
		menu5.addItem("Gramophone","gramophone.html");
		menu5.addItem("Handheld Telescope","handheld-telescope.html");
		menu5.addItem("Lamps","lamps.html");
		menu5.addItem("Magnifiers","magnifiers.html");
		menu5.addItem("Nautical Clocks","clock.html");
		menu5.addItem("Nautical Desktop","nautical-desktop.html");
		menu5.addItem("Nautical Keychains","nautical-keychain.html");
		menu5.addItem("Nautical Sextant","nautical-sextant.html");
		menu5.addItem("Pocket Compass ","pocket-compass.html");
		menu5.addItem("Sandtimers","sandtimer.html");
		menu5.addItem("Ship Bells","shipbells.html");
		menu5.addItem("Studio Focus Light","studio-focus.html");
		menu5.addItem("Sundial Compass","sundial-compass.html");
        menu5.addItem("Telescope","telescope.html");
		menu5.addItem("Trophies","trophiees.html");
		menu5.addItem("World Time","trophiees.html#worldtime");
		
		
		
		
		
		

		
		
		
		
				
	
	
	mtDropDown.renderAll();

	}





	