/*
  --- 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 = [
	['General information', null,null,
	    ['Introduction', 'indexeng.html'],	
	    ['Organizers', 'organizereng.html'],
	    ['Sponsors', 'sponsoreng.html']		
	],
	['Programmes', null, null,
		['Conference programme', 'confprogeng.html'],
		['Scientific programme', 'scineprogeng.html']
	],
	['İnformation', null, null,
	     ['Registration', 'registrationeng.html'],	
         ['Hotels', 'hotelseng.html'],
         ['Archive', '../conference2007/index.html'],
         	
    ],
    ['Actions', null, null,
		['Exhibitions', 'exhibitionseng.html'],
		['Pre-Conference courses', 'precourseseng.html']
		
	],
	['Photo gallery', null, null,
	     ['Conference 2007', 'confalbom2007eng.html'],
	     ['Conference 2005', 'confalbom2005eng.html'],
         ['Baku, Azerbaijan', 'bakualbomeng.html']
	],
	['Contacts', 'contactseng.html'],
	['Sightseeing', 'sightseeingeng.html'],
	['News', 'newseng.html']
];

