/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'indexen.php'],
	['About Us', null, null,
		['Our Company', 'firmaen.php'],
		['Certificates', 'belgeleren.php']
		
				
	],
	['Products', null, null,
		['Burners', null, null,
			['Monobloc Burners', null, null,
			
				['Raysel', 'mono_rayen.php'],
				['Riello', 'mono_rielloen.php'],
		  		['Nu-Way', 'mono_nuwayen.php']	
			
						],
			
			['Industrial Burners', null, null,
				['Raysel', 'endu_rayselen.php'],
				['Riello', 'endu_rielloen.php']
				
			],
			['Process Burners', null, null,
				['Nu-Way', 'pro_nuwayen.php']
				
				
			]
		],
		['Combustion Management Systems', 'yakmayonetimen.php'],
		['Building Management Systems', 'binayonetimen.php'],
		['HVAC Products', null, null,
			['Automatic Control', 'hvacurunleri_siemensen.php'],
			['Others', 'hvacurunleri_atlantiken.php']
		
		]
	],
	
	['Service and Applications', 'servisleren.php'],
	['Contact', 'iletisimen.php']
	
];
