/* 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'}]
	],
      ['SVM Awards', 'SVM2008.html', null,
		['SVM-2008', 'SVM2008.html']
	],
	['Internal', null],
	['Contact', 'contact.html']
];


