/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Anasayfa', 'index.php'],
	['Arapgir Hakkında', null, null,
		['Tarih', 'arapgir.php?status=tarih'],
		['Coğrafya &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<img src=\"ok.gif\" border=0>', null, null,
			['Arapgir Coğrafyası', 'arapgir.php?status=cografya'],
			['İklim', 'arapgir.php?status=iklim'],
			['Köylerimiz', 'arapgir.php?status=koyler'],
			['Mahallelerimiz', 'arapgir.php?status=mahalleler']
		],
		['Ekonomi', 'arapgir.php?status=ekonomi'],
		['Nüfus', 'arapgir.php?status=nufus'],
		['Sosyal Durum ve Altyapı', 'arapgir.php?status=sda'],
		['İdari Durum', 'arapgir.php?status=idari'],
		['Eğitim', 'arapgir.php?status=egitim'],
		['Önemli Kişiler', 'arapgir.php?status=vip'],
		['Ulaşım', 'arapgir.php?status=ulasim'],
		['Kültür &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<img src=\"ok.gif\" border=0>', null, null,
			['Örf Adet ve Gelenekler', 'arapgir.php?status=kultur'],
			['Yerel Müziklerden Örnekler', 'arapgir.php?status=muzik']
		],
		['Turizm', 'arapgir.php?status=turizm'],
		['Medya', 'arapgir.php?status=medya'],
		['Foto Galeri', 'arapgir.php?status=foto'],
		['Arapgirli Şehit ve Gaziler &nbsp; <img src=\"ok.gif\" border=0>', null, null,
			['İstiklal Harbine Katılanlar', 'arapgir.php?status=istiklal'],
			['Kore Harbine Katılanlar', 'arapgir.php?status=kore'],
			['Kıbrıs Barış Harekatına Katılanlar', 'arapgir.php?status=kibris']
		],
		['İdari  Birimler &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<img src=\"ok.gif\" border=0>', null, null,
			['Kaymakamlar', 'arapgir.php?status=kaymakamlar'],
			['Belediye Başkanları', 'arapgir.php?status=belediye'],
		],
	],
	['Göldağı Dergisi', null, null,
		['Yayın İlkeleri', 'dergi.php?status=ilkeler'],
		['Künye', 'dergi.php?status=kunye'],
		['Bize Yazın', 'dergi.php?status=bizeyazin']
	],
	['Ziyaretçi Defteri', 'defter.php'],
	['İletişim', 'iletisim.php']
];

