/* 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'],
				 ['MF CNC Series', 'mfcnc.php'],				 
 				 ['KF2500 CNC', 'kf25cnc.php'],
	 			 ['KF4000 CNC', 'kf40cnc.php'],
				 ['PF2000 CNC', 'pfcnc.php']
			   ],
			   ['Erosion Machines', null, null,
				 ['EDM900CNC', 'edm900.php'],
				 ['EDM983CNC', 'edm983.php'],
				 ['EDM982', 'edmmanuel.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']	
];
