/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOMEPAGE', 'index.php'],
	['ABOUT US', null, null,
		['FOUNDATION STORY', 'index.php?action=section1&fl=kurulus'],
		['TARGETS', 'index.php?action=section1&fl=amaclar'],
		['ACTIVITIES', 'index.php?action=section1&fl=faaliyetler']
	],
	['PRESIDENT’S MESSAGE', 'index.php?action=section1&fl=baskanm'],
	['ORGANS', null, null,
		['BOARD OF TRUSTEE', 'index.php?action=section1&fl=mutevelli'],
		['EXECUTIVE COMMITTEE', 'index.php?action=section1&fl=yonetimk'],
		['SUPERVISORY BOARD', 'index.php?action=section1&fl=denetimk'],
		['OFFICE OF SECRETARY GENERAL', 'index.php?action=section1&fl=sekreterlik']
	],
	['TRAININGS', null, null,
		['ABOUT TRAININGS', 'index.php?action=section1&fl=egitimler']

	],
	['RESEARCHES – PUBLICATIONS', null, null,
		['INVESTMENT CATALOGUE BY PROVINCES', 'index.php?action=section1&fl=illeryatirim'],
		['MADE IN TURKEY', 'index.php?action=section1&fl=madeinturkey'],
		['FOREIGN TRADE LEGISLATION', 'index.php?action=section1&fl=dtmevzuat'],
		['STUDIES', 'index.php?action=section1&fl=arastirmalar']
	],
	['PHOTO GALLERY', 'index.php?action=section1&fl=galeri'],
	['TDV IN THE PRESS', 'index.php?action=section1&fl=basinda'],
	['CONTACT & ACCESS', 'index.php?action=section1&fl=iletisim']
	
];
