if (TransMenu.isSupported()) {
	var ms = new TransMenuSet(TransMenu.direction.down, 1, 10, TransMenu.reference.bottomLeft);

	

	var menu2 = ms.addMenu(document.getElementById("03"));
		menu2.addItem("Web aplications", "");
		var submenu1 = menu2.addMenu(menu2.items[0]);
			submenu1.addItem("Product description", "http://www.altecom.info/aplications/index.htm");
			submenu1.addItem("Real examples", "http://www.altecom.info/aplications/examples.htm");
			submenu1.addItem("More info", "http://www.altecom.info/aplications/moreinfo.htm");
		menu2.addItem("E-Comerce", "");
		var submenu2 = menu2.addMenu(menu2.items[1]);
			submenu2.addItem("Product description", "http://www.altecom.info/ecom/index.htm");
			submenu2.addItem("Price list", "http://www.altecom.info/ecom/prices.htm");
			submenu2.addItem("F.A.Q.", "http://www.altecom.info/ecom/faq.htm");
			submenu2.addItem("Setup comerce", "http://www.altecom.info/ecom/setup.htm");
			submenu2.addItem("Real examples", "http://www.altecom.info/ecom/examples.htm");
		menu2.addItem("Connectivity", "");    	
		var submenu3 = menu2.addMenu(menu2.items[2]);	
			submenu3.addItem("Broadband");
			submenu3.addItem("Narrowband");
			var submenu00 = submenu3.addMenu(submenu3.items[0]);
				submenu00.addItem("Descripció producte","http://www.altecom.info/connectivity/wireless/index.htm");
				submenu00.addItem("Llista de tarifes","http://www.altecom.info/connectivity/wireless/prices.htm");
				submenu00.addItem("Mapa de cobertura","http://www.altecom.info/connectivity/wireless/map.htm");
				submenu00.addItem("Preguntes freqüents","http://www.altecom.info/connectivity/wireless/faq.htm");
				submenu00.addItem("Captura de pantalles","http://www.altecom.info/connectivity/wireless/screenshots.htm");
				submenu00.addItem("Panell de control","https://secure.altecom.net/radioadmin");
				submenu00.addItem("Més informació","http://www.altecom.info/connectivity/wireless/moreinfo.htm");
			var submenu01 = submenu3.addMenu(submenu3.items[1]);
				submenu01.addItem("Product description","http://www.altecom.info/connectivity/index.htm");
				submenu01.addItem("Price list","http://www.altecom.info/connectivity/prices.htm");
				submenu01.addItem("F.A.Q.","http://www.altecom.info/connectivity/faq.htm");
				submenu01.addItem("Setup connection","http://www.altecom.info/connectivity/setup.htm");
		menu2.addItem("Domain hosting", "");
		var submenu4 = menu2.addMenu(menu2.items[3]);
			submenu4.addItem("Product description", "http://www.altecom.info/domains/index.htm");
			submenu4.addItem("Price list", "http://www.altecom.info/domains/prices.htm");
			submenu4.addItem("F.A.Q.", "http://www.altecom.info/domains/faq.htm");
			submenu4.addItem("Antispam filter", "http://www.altecom.info/domains/antispam.htm");
			submenu4.addItem("Screenshots", "http://www.altecom.info/domains/screenshots.htm");
			submenu4.addItem("Setup domain", "http://www.altecom.info/domains/setup.htm");
			submenu4.addItem("Administration panel", "https://secure.altecom.net/panel");
		menu2.addItem("Housing & Colocation", "");
		var submenu5 = menu2.addMenu(menu2.items[4]);
			submenu5.addItem("Product description", "http://www.altecom.info/housing/index.htm");
			submenu5.addItem("F.A.Q.", "http://www.altecom.info/housing/faq.htm");
			submenu5.addItem("Screenshots", "http://www.altecom.info/housing/screenshots.htm");
			submenu5.addItem("Price list", "http://www.altecom.info/housing/prices.htm");
			submenu5.addItem("Administration panel", "https://secure.altecom.net/housing");
			submenu5.addItem("Setup housing", "http://www.altecom.info/housing/setup.htm");

		menu2.addItem("Streaming Audio/Video", "");
		var submenu6 = menu2.addMenu(menu2.items[5]);
			submenu6.addItem("Product description", "http://www.altecom.info/streaming/index.htm");
			submenu6.addItem("Real examples", "http://www.altecom.info/streaming/examples.htm");
			submenu6.addItem("Price list", "http://www.altecom.info/streaming/prices.htm");
			submenu6.addItem("F.A.Q.", "http://www.altecom.info/streaming/faq.htm");
			submenu6.addItem("Setup streaming", "http://www.altecom.info/streaming/setup.htm");
		menu2.addItem("Messaging (SMS & MMS)", "");
		var submenu7 = menu2.addMenu(menu2.items[6]);
			submenu7.addItem("Product description", "http://www.altecom.info/messaging/index.htm");
			submenu7.addItem("Price list", "http://www.altecom.info/messaging/prices.htm");
			submenu7.addItem("F.A.Q.", "http://www.altecom.info/messaging/faq.htm");
			submenu7.addItem("Setup messaging", "https://secure.altecom.net/altes/sms/eng.php");
		menu2.addItem("IP Telephony / VoIP", "");
		var submenu8 = menu2.addMenu(menu2.items[7]);
			submenu8.addItem("Product description", "http://www.altecom.info/iptelephony/index.htm");
			submenu8.addItem("How it works?", "http://www.altecom.info/iptelephony/howitworks.htm");
			submenu8.addItem("Call prices", "http://www.altecom.info/iptelephony/prices.htm");
			submenu8.addItem("Service numbers", "http://www.altecom.info/iptelephony/numservices.htm");
			submenu8.addItem("Screenshots", "http://www.altecom.info/iptelephony/screenshots.htm");
			submenu8.addItem("Account management", "https://secure.altecom.net/telip");
			submenu8.addItem("F.A.Q.", "http://www.altecom.info/iptelephony/faq.htm");
			submenu8.addItem("Setup IP Telephony", "https://secure.altecom.net/altes/telip/eng.php");
			submenu8.addItem("Configurations", "http://www.altecom.info/iptelephony/help/index.php");
			submenu8.addItem("Quality test", "http://www.altecom.info/iptelephony/test/index.htm");
	var menu3 = ms.addMenu(document.getElementById("04"));
		menu3.addItem("Who we are", "http://www.altecom.info/company/whoweare.htm");
		menu3.addItem("Where we are", "http://www.altecom.info/company/whereweare.htm");
		menu3.addItem("Distributors", "http://www.altecom.info/company/distributors.htm");
		menu3.addItem("Online invoices", "http://www.altecom.info/company/invoices.htm");
		menu3.addItem("Webmail", "http://www.altecom.info/company/webmail.htm");
		menu3.addItem("Partners", "http://www.altecom.info/company/partners.htm");
		menu3.addItem("Contact", "http://www.altecom.info/company/contact.htm");									
	var menu4 = ms.addMenu(document.getElementById("06"));
		menu4.addItem("International", "http://www.altecom.info/thenet/international.htm");
		menu4.addItem("Bandwidth speed test", "http://www.altecom.info/thenet/bandwidth_test.htm");
		menu4.addItem("Looking glass/NOC", "http://noc.altecom.net/lg");
		menu4.addItem("Configurations", "http://www.altecom.info/thenet/configurations.htm");
									

	TransMenu.renderAll();
}