// menu_items.js file

var MENU_ITEMS =[
	["About MDL", "http://www.mdl.dk/index.html",
		["Home", "http://www.mdl.dk/index.html"],
		["News", "http://www.mdl.dk/general-news.htm"],
		["Research", "http://www.mdl.dk/general-research.htm"],
		["Diagnostic Services", "http://www.mdl.dk/general-diagnostics.htm"],
		["Other activites", "http://www.mdl.dk/general-other.htm"]
	],
	["Research", "http://www.mdl.dk/research.htm",
		["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"],
		["Microarrays", "http://www.mdl.dk/diagnostics_arrays.htm"],
	
	["Publications", "http://www.mdl.dk/publications2008.htm",
	 	["2010", "http://www.mdl.dk/publications2010.htm"],
	 	["2009", "http://www.mdl.dk/publications2009.htm"],
		["2008", "http://www.mdl.dk/publications2008.htm"],	
		["2005-2007", "http://www.mdl.dk/publications2005_2007.htm"],
		["1996-2004", "http://www.mdl.dk/publications1996_2004.htm"],				
		["Supplementary Data", "http://www.mdl.dk/publications_sup.htm"],
		["By author", "http://www.mdl.dk/publications_aut.htm"],
		["Graduations", "http://www.mdl.dk/publications_phds.htm"]	
	],
	["NormFinder", "http://www.mdl.dk/publicationsnormfinder.htm"],
		
		
		
		["Staff", "http://www.mdl.dk/staff.htm",
		["Current Staff", "http://www.mdl.dk/staff.htm"],
		["Former Staff", "http://www.mdl.dk/staff_former.htm"]
	],
	["Contact", "http://www.mdl.dk/contact.htm"]
];
