/*
  --- 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 = [
	
	['Ümumi məlumat', null,null,
	    ['Giriş', 'index.html'],
	    ['Təşkilatçılar', 'organizersaz.html'],
	    ['Sponsorlar', 'sponsoraz.html']	
	],
	['Proqramlar', null, null,
		['Konfransın proqramı', 'confprogaz.html'],
		['Elmi proqram', 'scineprogaz.html']
	],
	['Məlumatlandırma', null, null,
	     ['Qeydiyyat', 'registrationaz.html'],	
         ['Mehmanxanalar', 'hotelsaz.html'],
         ['Arxiv', '../conference2007/index.html']
    ],
    ['Tədbirlər', null, null,
		['Sərgilər', 'exhibitionsaz.html'],
		['Konfransönü kurslar', 'precoursesaz.html']
	],
	['Foto albom', null, null,
	     ['Konfrans 2007', 'confalbom2007az.html'],
         ['Konfrans 2005', 'confalbom2005az.html'],
         ['Bakı, Azərbaycan', 'bakualbomaz.html']

	],
	['Əlaqələr', 'contactsaz.html'],
	['Görməli yerlər', 'sightseeingaz.html'],
	['Yeniliklər', 'newsaz.html']	
];

