/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '../index.html'],
	['Administration', '../admin.html'],
	['Fields of scientific work', '../activities.html'],
	['Departments', null, null,
		['Molecular Genetics and Biotechnology', '../molgen/molgen.html', null,
			['Scientific Interests', '../molgen/interest.html'],
			['Publications', '../molgen/publications.html'],
			['Research Grants', '../molgen/grants.html'],
			['Personnel', '../molgen/personnel.html']
		],
		['Analytical Biotechnology', '../regsys/regsys.html', null,
			['Scientific Interests', '../regsys/interest.html'],
			['Publications', '../regsys/publications.html'],
			['Research Grants', '../regsys/grants.html'],
			['Personnel', '../regsys/personnel.html']
		],
		['Regulation of Cell Proliferation', '../prolif/prolif.html', null,
			['Scientific Interests', '../prolif/interest.html'],
			['Publications', '../prolif/publications.html'],
			['Research Grants', '../prolif/grants.html'],
			['Personnel', '../prolif/personnel.html']
		],
		['Cell Signaling', '../signal/signal.html', null,
			['Scientific Interests', '../signal/interest.html'],
			['Publications', '../signal/publications.html'],
			['Research Grants', '../signal/grants.html'],
			['Personnel', '../signal/personnel.html']
		]
	],
	['Young Scientists', '../youngscientists.html'],
	['Collaboration', '../partners.html'],
	['PhD program', '../aspirant.html'],
	['Conferences', '../conf/conf.html', null,],
	['Ukrainian Society for Cell Biology', null, null,
		['Main', '../uscb/index.html'],
		['Charter', '../uscb/charter.html'],
		['Officials', '../uscb/officials.html'],
		['Activities', '../uscb/activities.html'],
		['Membership', '../uscb/membership.html']
	]
];

