/*
  --- 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.
*/
var MENU_ITEMS = [
	['Home', null, null,
			
		['Home', '/hts/index.htm'],
		['Mission Statement', '/hts/Templates/mission.htm'],
		['Philosophy', '/hts/Templates/philosophy.htm']
	],
	['About Us', null, null,
		['Principal Investigator', '/hts/Templates/dave.htm'],
		['Automation & Informatics', '/hts/Templates/informatics.htm'],
		['Biology & Screening', '/hts/Templates/Biology.htm'],
		['Internal Advisory Committee', '/hts/Templates/IAC.htm']
	],
	['Services', null, null,
		['Services', '/hts/Templates/services.htm'],
		['Price List', '/hts/Templates/Prices.htm']
	],
	['Research', null, null,
		['Assay Design', '/hts/Templates/AssayDesign.htm'],
		['Assay Types/Targets', '/hts/Templates/AssayTypesTargets.htm'],
		['HTS', '/hts/Templates/HTS.htm'],
		['Data Analysis', '/hts/Templates/Dataanalysis.htm'],
		['In Silico Screening', '/hts/Templates/Insilico.htm'],
		['Compound Libraries', '/hts/Templates/compoundlibraries.htm']
	],
	['Technology', null, null,
		['Instrumentation', '/hts/Templates/instrumentation.htm'],
		['Data Storage', '/hts/Templates/techstorage.htm']
	],
	['Projects', null, null,
		['Collaborators', '/hts/Templates/collaborators.htm'],
		['Publications', '/hts/Templates/publications.htm'],
		['Grants & Funding', '/hts/Templates/grants.htm']
	],
	['MLSCN', null, null,
		['MLI', 'http://mli.nih.gov', {'tw' : '_blank'}],
		['Vanderbilt', 'http://www.vanderbilt.edu/mlscn', {'tw' : '_blank'}]
	],
	['FAQs', null, null,
		['Frequently Asked Questions', '/hts/Templates/FAQ.htm'],
		['Definitions', '/hts/Templates/FAQdef.htm']
	],
	['Links', null, null,
		['Resources & Core Facilities', '/hts/Templates/resourcecore.htm'],
		['Vanderbilt', '/hts/Templates/Vanderbiltlinks.htm'],
		['Research', '/hts/Templates/Researchlinks.htm'],
		['Nashville', '/hts/Templates/Nashvillelinks.htm']
	],
	['Contact Us', '/hts/Templates/ContactUs.htm'],
];

