/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About MDL', 'http://www.mdl.dk/index.html', null,
		['Home', 'http://mdl.dk'],
		['News', 'http://www.mdl.dk/general-news.htm'],
		['Diagnostic Services', 'http://www.mdl.dk/general-diagnostics.htm'],
		['Other activities', 'http://www.mdl.dk/general-other.htm'],
		['Research', 'http://www.mdl.dk/general-research.htm']
	],
	['Research', 'http://www.mdl.dk/research.htm', null,
		['Bladder Cancer', 'http://www.mdl.dk/bladdergroup.htm'],
		['Colon Cancer', 'http://www.mdl.dk/colongroup.htm'],
		['Prostate Cancer', 'http://www.mdl.dk/prostategroup.htm'],
		['Functional Genomics', 'http://www.mdl.dk/functionalgenomicsgroup.htm']
	],
	['Genetic Analysis', 'http://www.mdl.dk/diagnostics.htm'],
	['NGS Core Center', 'http://www.mdl.dk/ngs.html'],
	['Microarrays', 'http://www.mdl.dk/diagnostics_arrays.htm'],
	['Identicell', 'http://www.mdl.dk/identicell.htm'],
	['Publications', 'http://www.mdl.dk/publications2011.html', null,
		['2012', 'http://www.mdl.dk/publications2012.html'],
		['2011', 'http://www.mdl.dk/publications2011.html'],
		['2010', 'http://www.mdl.dk/publications2010.htm'],
		['2009', 'http://www.mdl.dk/publications2009.htm'],
		['2005-2008', 'http://www.mdl.dk/publications2005_2008.html'],
		['1996-2004', 'http://www.mdl.dk/publications1996_2004.htm'],
		['Supplementary Data', 'http://www.mdl.dk/publications_sup.htm'],
		['Graduations', 'http://www.mdl.dk/publications_graduations.htm']
	],
	['NormFinder', 'http://www.mdl.dk/publicationsnormfinder.htm'],
	['Staff', 'http://www.mdl.dk/staff.htm', null,
		['Current Staff', 'http://www.mdl.dk/staff.htm'],
		['Former Staff', 'http://www.mdl.dk/staff_former.htm']
	],
	['Contact', 'http://www.mdl.dk/contact.htm']
];

