/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Us', 'aboutus.html', {'sw':84},
		['TLSCIC Board', 'boardofdirectors.html'],
		['RCIC\'s', 'rcics.html'],
		['Role & History', 'aboutus.html']
	],
	['The ETF Fund', null, {'sw':123},
		['What is the ETF Fund?', 'whatistheETFfund.html'],
		['How do I Apply?', 'howdoiapply.html'],
		['Investment Criteria', 'investmentcriteria.html'],
		['Forms', 'forms.html']
	],
	['ETF Funded Companies', 'etfcompanies.html', {'sw':173}],
	['Collaborators', 'collaborators.html', {'sw':130}],
	['Calendar', 'calendar.html', {'sw':98}],
	['Resources', null, {'sw':103},
		['Office of the Governor', 'http://www.texasone.us/site/PageServer?pagename=tetf_homepage', {'tw':'_blank'}],
		['ETF Project Summary', 'Project_Summary.pdf', {'tw':'_blank'}],
		['RCIC\'s', 'rcics.html'],
		['Statewide Search', 'http://www.tsl.state.tx.us/trail/']
	],
	['Contact Us', 'contactus.html', {'sw':101}],
	['Home', 'index.html', {'sw':83}]
];
