/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', '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 COMMITEE', 'index.php?action=section1&fl=yonetimk'],
		['SUPERVISORY BOARD', 'index.php?action=section1&fl=denetimk'],
		['OFFICE OF SECRETARY GENERAL', 'index.php?action=section1&fl=sekreterlik']
	],
	['WORLD TURKISH BUSINESSMEN', null, null,
		['HISTORY', 'index.php?action=section1&fl=tarihce']
	],

	['ASSOCIATIONS IN ABROAD', null, null,
		['GENERAL INFORMATION', 'index.php?action=section1&fl=genelbilgi'],
		['CONTACT INFORMATION', 'index.php?action=section1&fl=adres']
	],
	['CONVENTIONS', null, null,
		['TARGETS AND GENERAL INFORMATION', 'index.php?action=section1&fl=amac-genel'],
		['STATISTICS', 'index.php?action=section1&fl=istatistikler'],
		['AWARDS', 'index.php?action=section1&fl=oduller']

	],
	['PUBLICATIONS', null, null,
		['CONVENTION CATALOGUES', 'index.php?action=section1&fl=kurultaykatalogu'],
		['CONVENTION BOOKS', 'index.php?action=section1&fl=kurultaykitabi'],
		['INVESTMENT CATALOGUES BY PROVINCES', 'index.php?action=section1&fl=illeryatirim'],
		['SPECIAL ISSUES OF MADE IN TURKEY', 'index.php?action=section1&fl=madeinturkey'],
	],
	['CONTACT & ACCESS', 'index.php?action=section1&fl=iletisim']
	
];
