/*
  --- 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','ana.htm', {'tw' : 'content'}],
	['Önsöz','onsoz.htm', {'tw' : 'content'}],
    ['Bulaşıcı Hastalıkların İhbarı Ve Bildirim Sistemi Yönergesi','yonerge.htm', {'tw' : 'content'}],
    ['Giriş','giris.htm', {'tw' : 'content'}],
	['Genel Bilgiler','genelbilgi.htm', {'tw' : 'content'}],
    ['Standart Tanı ve Sürveyans Rehberi', null, null,
		['Grup A Hastalıklar','grupa_liste.htm', {'tw' : 'content'}],
        ['Grup B Hastalıklar','grupb_liste.htm', {'tw' : 'content'}],
        ['Grup C Hastalıklar','grupc_liste.htm', {'tw' : 'content'}],
        ['Grup D Hastalıklar','grupd_liste.htm', {'tw' : 'content'}],
	],
    ['Laboratuvar Rehberi Açıklama ve Ekler','giris2.htm', {'tw' : 'content'}],
	['Formlar','formlar.htm', {'tw' : 'content'}],
    ['Genelge ve Mevzuat','mevzuat.htm', {'tw' : 'content'}],
    ['Katkıda Bulunanlar','katki.htm', {'tw' : 'content'}],
    ['Gerekli Programlar','programlar.htm', {'tw' : 'content'}],
];

		
