/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index_ing.php'],

    ['Products', 'urunler.php', null,
			  ['Cutting Machines', null, null,
			    ['Oxy-Plasma', 'plazmacnc.php'],
				['Pipe Cut', 'bkmcnc.php']
			   ],
			   ['Milling Machines', null, null,
				 ['DM CNC Series', 'dmcnc.php']
			   ]
		  ],
		['Support', 'destek.php', null,
			['Hplazma', 'http://www.ajancnc.com/ingilizce/destek.php?uyari=1'],
			['Plazma', 'http://www.ajancnc.com/support/plazma.exe'],
			['Freze', 'http://www.ajancnc.com/support/freze.exe'],
			['Mfreze', 'http://www.ajancnc.com/ingilizce/destek.php?uyari=2'],
			['Erozyon', 'http://www.ajancnc.com/support/erozyon.exe'],
			['Torna', 'http://www.ajancnc.com/support/torna.exe'],
			['USB Kurulum', 'http://www.ajancnc.com/usb/usb_en.exe'],			
			['Network Kurulum', 'http://www.ajancnc.com/support/network.exe']
		],
		
	['About Us', 'firma.php'],
	['Catalogs', 'kataloglar.php'],
	['Videos', 'videolar.php'],
	['Contact', 'iletisim.php'],
	['Fairs', 'fuarlar.php']	
];

