/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'start.asp', {'tw':'main'}],
	['Events', null, null,
		['Upcoming Events', 'events.asp', {'tw':'main'}],
		['Calendar', 'calendar.htm', {'tw':'main'}]
	],
	['Membership', null, null,
		['Members', 'orwamembership.asp', {'tw':'main'}],
		['Chapter Business', 'resource.asp', {'tw':'main'}],
	],
	['Resources', null, null,
		['Soc Wk Resources', 'photoindex.asp', {'tw':'main'}],
		['Organizations', 'links.asp', {'tw':'main'}]
	],
	['Units & SW\'s', 'renalfacilitiesframe.htm', {'tw':'main'}],
	['Archive', 'archive.asp', {'tw':'main'}],
	['Contact', null, null,
		['Contact Info', 'contact.htm', {'tw':'main'}],
		['Make Comment', 'boardinput.asp', {'tw':'main'}],
		['View Comments', 'boardinputview.asp', {'tw':'main'}]
	]
];

