/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['Publications', 'publications.html'],
	['Jobs', 'jobs.html'],
	['People', 'lab.html', null,
		['current lab members', 'lab.html'],
		['previous lab members','prev_lab.html']
	],
        ['Program/Servers','index.html',null, 
		['K-factor', 'k_factor.html', {'tw':'_blank'}],
		['IdMyGene', 'IdMyGene.html', {'tw':'_blank'}]
	],
      ['WeFightCancer', 'http//www.threeroses.org', null,
		['Our Cancer Foundation', 'http://www.threeroses.org']
	],
	['Contact', 'contact.html']
];



