/* Tigra Menu items structure */
var MENU_ITEMS = [
	['What We Do', null, null,
		['About Us', 'index.shtml'],
		['Commission Members ', 'members.shtml'],
		['History', 'history.shtml'],
		['Projects ', 'project.shtml'],
		['Contact Us', 'contact.shtml']
	],
	['Task Forces', null, null,
	 ['Task Foce Information', 'task_information.shtml'],
		['Task Force Newsletters', 'task_newsletters.shtml'],
		['Contact Us', 'mailto:jennifer@gcfv.org']
	],
	['Fatality Review', null, null,
		['Project Summary ', 'fatality.shtml'],
		['2007 Fatality Review', 'Fatality Review Annual Report 2007-final.pdf'],
		['Contact', 'mailto:greg@gcfv.org']
	],
	['FVIP', null, null,
		['About FVIPs', 'about_fvips.shtml'],
		['FVIP Fact Sheet', 'FVIP_FACT_SHEET_DOC.shtml'],
		['Upcoming Trainings', 'GDC-approved trainings.pdf'],
		['Certified FVIPs', null, null,
			['FVIPs by County', 'FVIPs by County.doc'],
			['FVIPs by Circuit ', 'FVIPs by Circuit.doc']
		],
		['Certification Materials ', null, null,
			['Applications', 'Final FVIP Application 2007.pdf'],
			['Rules', 'GDC-Approved 05RULE.pdf'],
			['Contact', 'mailto:amarinthia@gcfv.org']
		],
	],
	['DV in the News', null, null,
		['DV Fatalities', 'dvinnews.shtml'],
		['Other DV news', 'otherdvinnews.shtml']
	],
	['Stats and Facts', null, null,
		['2008 Fact Sheet', 'factsheet.pdf'],
		['Statistics & Other Information', 'stats.shtml'],
	
	],
	['Trainings', null, null,
		['Upcoming Trainings ', '/gfv/Upcoming Trainings/GDC-approved trainings.pdf'],
		['Contact', 'mailto:jameelah@gcfv.org']
	],
	['Annual Conference', null, null,
		['Conference Brochure ', 'GCFV 32084 mod 3.pdf'],
		['Registration', 'http://www.acteva.com/gc/GCFV'],
		['Workshop Descriptions', 'workshop descriptions.pdf'],
		['2008 Photos', 'conference_photos.shtml'],
		['Private', '/gfv/private/index.php'],
		['Contact ', 'mailto:jameelah@gcfv.org']
	],
	['Legislative Updates', null, null,
		['Current Bills', 'current_bills.shtml'],
		['Legislative Alerts', 'legislative_alerts.shtml'],
		['Georgia General Assembly', 'georgia_general.shtml']
		['Contact', 'maggie_contact.shtml']
	],
	['For the Media', null, null,
		['Questions to Ask', 'questions.shtml'],
		['GCFV Press Releases', 'press_release.shtml'],
		['Links', 'links.shtml'],
		['Contact', 'mailto:maggie@gcfv.org']
	],
	['Position Papers','position_paper.shtml'],
		

	['Protocols', 'protocols.shtml',]
	


];
