	if (TransMenu.isSupported()) {

		//==================================================================================================

		var ms = new TransMenuSet(TransMenu.direction.down, 1, 0, TransMenu.reference.bottomLeft);

		//==================================================================================================

		var menu1 = ms.addMenu(document.getElementById("customPCs"));
		menu1.addItem("Custom Home & Business PCs","http://www.ameritechnologies.net/computer-store.htm#cat=4"); 
		menu1.addItem("Custom Highend PCs","http://www.ameritechnologies.net/computer-store.htm#cat=4");
		menu1.addItem("Custom Gaming PCs","http://www.ameritechnologies.net/computer-store.htm#cat=4");
		menu1.addItem("Custom Servers","http://www.ameritechnologies.net/computer-store.htm#cat=19");
		menu1.addItem("Custom Laptop Notebooks","http://www.ameritechnologies.net/computer-store.htm#cat=3"); 
		menu1.addItem("Custom Highend Notebooks","http://www.ameritechnologies.net/computer-store.htm#cat=3");
		menu1.addItem("Custom Gaming Notebooks","http://www.ameritechnologies.net/computer-store.htm#cat=3");
		
		var submenu1 = menu1.addMenu(menu1.items[0]);
		
		submenu1.addItem("Acer Desktop Computers","custom-computers-Acer.htm");
		submenu1.addItem("Lenovo Desktop Computers","http://www.ameritechnologies.net/computer-store.htm#cat=4");
		submenu1.addItem("Spartan Desktop Computers","custom-computers-Spartan.htm");

		//==================================================================================================
		var menu2 = ms.addMenu(document.getElementById("services"));
		menu2.addItem("Custom Built Computers","http://www.ameritechnologies.net/computer-store.htm#cat=4");
		menu2.addItem("Personal Computer Repair","computer-repair.htm");
		menu2.addItem("Personal Computer Upgrades","http://www.ameritechnologies.net/computer-store.htm#cat=4");
		menu2.addItem("Point Of Sale","pos.htm");
		menu2.addItem("Server Repair","computer-repair.htm");
		menu2.addItem("Server Setup","services.htm");
		menu2.addItem("Training","contact.htm");
		menu2.addItem("Wireless Networking","network.htm");
		menu2.addItem("In Home Repairs","computer-repair.htm");
		menu2.addItem("Cabling for Home or Business","network.htm");
		menu2.addItem("Consultation","contact.htm");
		menu2.addItem("Network Security","network.htm");
		menu2.addItem("Virus Protection","services.htm");
		menu2.addItem("Spyware Removal","services.htm");

		//==================================================================================================
		var menu3 = ms.addMenu(document.getElementById("shop"));
		menu3.addItem("Personal Computers","http://www.ameritechnologies.net/computer-store.htm#cat=4");
		menu3.addItem("Business Computers","http://www.ameritechnologies.net/computer-store.htm#cat=4");
		menu3.addItem("Custom Servers","http://www.ameritechnologies.net/computer-store.htm#cat=19");
		menu3.addItem("Laptops & Notebooks","http://www.ameritechnologies.net/computer-store.htm#cat=3"); 
		menu3.addItem("LCD Monitors","monitors-acer.htm");
		menu3.addItem("Hard Drives","hard-drives.htm");
		menu3.addItem("Accessories","accessories.htm");
		
		//==================================================================================================
		var menu4 = ms.addMenu(document.getElementById("about"));
		menu4.addItem("About Us","about.htm");
		
		//==================================================================================================
		var menu5 = ms.addMenu(document.getElementById("accessories"));
		menu5.addItem("Computer Cables","computer-cables.htm");
		menu5.addItem("Network Products","network.htm");
		menu5.addItem("Hard Drives","hard-drives.htm");
		menu5.addItem("LCD Monitors","monitors-acer.htm");

		//==================================================================================================
		var menu6 = ms.addMenu(document.getElementById("contact"));
		menu6.addItem("Contact Us","contact.htm");
		menu6.addItem("Webmaster","http://www.infinitee-designs.com/Contact_Us.htm");

		//==================================================================================================
		
		var menu7 = ms.addMenu(document.getElementById("monitors"));
		menu7.addItem("Acer LCD Monitors","monitors-acer.htm");
		menu7.addItem("CHIMIE LCD Monitors","monitors-chimie.htm");
		menu7.addItem("Widescreen Monitors","monitors-acer.htm#acer19w");

		var submenu1 = menu7.addMenu(menu7.items[0]);
		var submenu2 = menu7.addMenu(menu7.items[1]);
		
		submenu1.addItem("17&quot; LCD Monitors","monitors-acer.htm");
		submenu1.addItem("19&quot; LCD Monitors","monitors-acer.htm#acer19");
		submenu1.addItem("19&quot; Widescreen","monitors-acer.htm#acer19w");
		submenu1.addItem("20&quot; LCD Monitors","monitors-acer.htm#acer20");
		submenu1.addItem("20&quot; LCD Monitors","monitors-acer.htm#acer20w");
		submenu1.addItem("22&quot; Widescreen","monitors-acer.htm#acer22w");
		submenu1.addItem("24&quot; Widescreen","monitors-acer.htm#acer24w");
		submenu1.addItem("26&quot; Widescreen","monitors-acer.htm#acer26w");
		
		submenu2.addItem("17&quot; LCD Monitors","monitors-chimie.htm");
		submenu2.addItem("19&quot; LCD Monitors","monitors-chimie.htm#chimie19");
		submenu2.addItem("19&quot; Widescreen","monitors-chimie.htm#chimie19w");
		submenu2.addItem("20&quot; LCD Monitors","monitors-chimie.htm#chimie20");
		submenu2.addItem("22&quot; Widescreen","monitors-chimie.htm#chimie22w");

		//==================================================================================================
		
		var menu8 = ms.addMenu(document.getElementById("pos"));
		menu8.addItem("Positive POS","pos-positive-software.htm");

		//==================================================================================================

		TransMenu.renderAll();
	}
