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

		var menu1 = ms.addMenu(document.getElementById("elimko"));
		menu1.addItem("About Us", "index.php?option=com_content&task=view&id=528&itemid=54"); 
		menu1.addItem("Mission and Vision", "index.php?option=com_content&task=view&id=532&itemid=54"); 
		menu1.addItem("Departments", "index.php?option=com_content&task=view&id=7&itemid=2"); 
		
		var submenu1 = menu1.addMenu(menu1.items[2]);
		submenu1.addItem("Electronic Instruments", "index.php?option=com_content&task=view&id=543&itemid=54");
		submenu1.addItem("Complete Automatic Control Systems", "index.php?option=com_content&task=view&id=544&itemid=54");
		submenu1.addItem("Sensors", "index.php?option=com_content&task=view&id=545&itemid=54");
		submenu1.addItem("Represantatives", "index.php?option=com_content&task=view&id=546&itemid=54");
		submenu1.addItem("Accredited Temperature Calibration Center", "index.php?option=com_content&task=view&id=547&itemid=54");
	
		//==================================================================================================
		var menu2 = ms.addMenu(document.getElementById("urunler"));
		menu2.addItem("Shortform Catalog", "#");
		
		var submenu2 = menu2.addMenu(menu2.items[0]);
		submenu2.addItem("Electronic Instruments - Industrial Computers","index.php?option=com_short&id=48&itemid=9");
		submenu2.addItem("TC - RT - Sensors - Transmitters, Detectors","index.php?option=com_short&id=49&itemid=9");
		submenu2.addItem("Complete Automatic Control Systems","index.php?option=com_short&id=50&itemid=9");
		submenu2.addItem("Weighing Sytems Measuring the Flow Rate and Dosing of the Solids","index.php?option=com_short&id=51&itemid=9");
		submenu2.addItem("Representatives","index.php?option=com_short&id=52&itemid=9");
		submenu2.addItem("Accredited Temperature Calibration Center","index.php?option=com_short&id=53&itemid=9");
		
		menu2.addItem("General Catalog", "index.php?option=com_cat");
		menu2.addItem("Elimko Product Index", "index.php?option=com_cat&task=view");
		menu2.addItem("New Products", "index.php?option=com_newproduct&id=100&itemid=23");
		//==================================================================================================
		var menu3 = ms.addMenu(document.getElementById("sistem"));
		menu3.addItem("Complete Control Systems","index.php?option=com_systemcon");
		menu3.addItem("System References","index.php?option=com_system");
		
		//==================================================================================================
		var menu4 = ms.addMenu(document.getElementById("destek"));
		menu4.addItem("Technical Service","index.php?option=com_content&task=view&id=669&itemid=67");
		menu4.addItem("User Manuels","index.php?option=com_message&task=tech&id=49&itemid=6");
		
		//==================================================================================================
		var menu5 = ms.addMenu(document.getElementById("referans"));
		menu5.addItem("General References","index.php?option=com_content&task=view&id=665&itemid=62");
		menu5.addItem("System References","index.php?option=com_content&task=view&id=666&itemid=62");
		menu5.addItem("Weighing System References ","index.php?option=com_content&task=view&id=667&itemid=62");
		//==================================================================================================
		var menu6 = ms.addMenu(document.getElementById("mumessil"));
		menu6.addItem("Representative Companies","index.php?option=com_agency");
		menu6.addItem("Product of  Representatives","condocs/representa1193052159.pdf");
		//==================================================================================================
		TransMenu.renderAll();
	}