/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = 
[
	['Holiday Newsletter', null, null,
		
		['2011 Xmas Newsletter ', './xmas-2011/TM-2011-Xmas-B-Compact.pdf'],
		
	],

	['Vacations', null, null,
		['Kauai 2008', './kauai-2008/index.html'],
	],

	['Volunteering', null, null,
		['RIHEL Leadership', 'http://www.rihel.org'],
		['Foothills Animal Shelter', 'http://www.foothillsanimalshelter.org/'],
		['Front Range Earthforce', 'http://www.earthforce.org/section/offices/frontrange'],		
		['Fairmount Fire', 'http://www.fairmountfire.org/wildland.html'],
		['JeffCo Emergency Mgt. ', 'http://www.co.jefferson.co.us/sheriff/sheriff_T62_R104.htm'],
		['JeffCo ARES D23 ', 'http://www.jeffcoares.org/'],
		['Jeffco Wildlfire 285 Team', 'http://www.intercanyonfire.org/index.php?option=com_content&task=view&id=134&Itemid=117'],
		
	],


	['Outdoor Activites', null, null,
		
		['Sailing', 'http://www.communitysailing.org/'],
		['Flying Light Sport Aircraft', 'http://www.mooreairtime.com'],
		['Hiking', null, null],
		['SnowShoeing', null, null],
		['Biking', null, null],
		['Pistol-Rifle', 'http://cccsclub.com'],
		['SCUBA Diving', null, null],
		['Paragliding', null, null]				
	],
	
	['Pets', null, null,
		
		['Dogs', null, null],
		['Cats', null, null]
	],	
	
	['Martial Arts', null, null,
		
		['Lakewood Dojo', 'http://www.foothillsbudokai.org'],
		['Shinto Muso Ryu', 'http://www.shinto-muso-ryu.org'],
		['Koryu.com', 'http://www.koryu.com']
				
						
	],	
	
];


