/* Tigra Menu items structure */
var MENU_ITEMS = [
	['<img src="/images/pix-white.gif" height="10" border="0" width="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="/images/pix-white.gif" height="10" border="0" width="2">', 'http://www.dama-mn.org'],
	['News & Events&nbsp;<img src="/images/pix-white.gif" height="10" border="0" width="2">', null, null,
		['News', '../news/news.html'],
		['Events', '../news/events.html']
	],
	['&nbsp;&nbsp;&nbsp;Programs&nbsp;&nbsp;&nbsp;&nbsp;<img src="/images/pix-white.gif" height="10" border="0" width="2">', null, null,
		['Current Programs', '../programs/current_program.php?object=program&type=item&id=current&form=long'],
		['Current Directions', '../programs/current_directions.php?object=location&type=item&id=current&form=long'],
		['Future Programs', '../programs/future_programs.php?object=program&type=list&id=future&form=short'],
		['Past Programs', '../programs/past_programs.php?object=program&type=list&id=past&form=short']
	],
	['Resources&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="/images/pix-white.gif" height="10" border="0" width="2">', null, null,
		['Conferences', '../resources/conf-train.html'],
		['Search Library', '../resources/library.html'],
		['Certification', '../resources/iccp.html']
	],
	['About&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="/images/pix-white.gif" height="10" border="0" width="2">', null, null,
		['General Information', '../about/about.html'],
		['Membership', '../about/membership.html'],
		['Officers', '../about/officers.html']
	],
	['Contact Us&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="/images/pix-white.gif" height="10" border="0" width="2">', '../about/officers.html']
];
