/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Materials', null, null,
		['Instructions', 'http://www.walkforthehomeless.net/PDFs/2012_Walk_Instructions.pdf', {'tw':'_blank'}],
		['Receipts', 'http://www.walkforthehomeless.net/PDFs/Walk_Gift_Receipt.pdf', {'tw':'_blank'}],
		['Walk Packet', 'http://www.walkforthehomeless.net/PDFs/2012_Walk_Packet.pdf', {'tw':'_blank','tt':'This may take some time to download'}]
	],
	['Handouts', null, null,
		['8 1/2 x11 Flyer', 'http://www.walkforthehomeless.net/PDFs/2012_Walk_Flier.pdf', {'tw':'_blank'}],
		['Quarter Sheet Flyer', 'http://www.walkforthehomeless.net/PDFs/2012_Walk_Quartersheets.pdf', {'tw':'_blank'}]
	],
	['Turn These In When You Arrive', null, null,
		['Sponsor Records', 'http://www.walkforthehomeless.net/PDFs/walk_sponsor_records.pdf', {'tw':'_blank'}]
	],
	['Articles', null, null,
		['Walk Fact Sheet', 'http://www.walkforthehomeless.net/PDFs/2012_Walk_Factsheet.pdf', {'tw':'_blank'}],
		['Appalachia Facts', 'http://www.walkforthehomeless.net/Docs/Appalachia.htm'],
		['World Hunger Facts', 'http://www.walkforthehomeless.net/PDFs/Hunger_Facts.pdf', {'tw':'_blank'}],
		['What Will We Do...Now?', 'http://www.walkforthehomeless.net/Docs/What_Do_We_Do-Keiths_Speech.htm'],
		['Walk for the Homeless History', 'http://www.walkforthehomeless.net/PDFs/WalkforHomeless_History.pdf'],
		['How the Walk helps the Timothy House', 'http://www.walkforthehomeless.net/PDFs/How_Walk_helps_TH.pdf'],
		['Why Do People Become Homeless?', 'http://www.good-works.net/Why_Do_%20People_Become_Homeless.htm', {'tw':'_blank'}]
	]
];

