/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.

['Caption','Link', scope, sub items]


		['<i>Pubmed</i> Search','/Publications/NCBI.html'],
		ADD THIS BACK AND MAKE THE NCBI Application
*/
var MENU_ITEMS = [
	['TB in the News','/RSS/',null,
	],
	['Publications',null,null,
		['Top publications','/Publications/'],
		['RSS Feeds from major journals','/RSS'],
	],
	['Research Resources',null,null,
		['WEBTB tools','http://www.webtb.org/Tools/'],
		['Former TBDB tools','http://www.doe-mbi.ucla.edu/TB/PUBLIC/tools.php'],
	],
	['Structural Genomics Info',null,null,
		['Website for the TBSGC','http://www.doe-mbi.ucla.edu/TB/'],
		['Members, Labs and Centers','http://www.webtb.org/Members.php'],
	],
];

		/* ['Website Statistics','http://www.webtb.org/stats'], 
		*/
