/* *****************************************************************************
 * MenuContentVancouver.js
 * Content arrays for the Vancouver Parks and Rec DHTML menu
 * Date: 1.31.2002
 * Author: Stephen Kratowicz
 *
 * ****************************************************************************/

var aryContent = [
	
	[ // Home
		[ -1, 70, 92 ],
		[
			'HOME', '/parks-recreation/index.asp',
			'CITY HOME', 'http://www.cityofvancouver.us/', // Text, URL
			'COUNTY HOME', 'http://www.co.clark.wa.us/ '
		]
	 ], 
	 	
	[ // Parks and Trails
		[ 90, 70, 92 ],
		[
			'PARKS <BR>&amp; TRAILS', '/parks-recreation/parks_trails/index.asp',
			'TRAILS', '/parks-recreation/parks_trails/trails/index.htm',
			'RULES', '/parks-recreation/parks_trails/rules.htm',						
			'RESERVATIONS', '/parks-recreation/parks_trails/reservations.htm',
			'FEES', '/parks-recreation/parks_trails/fees.htm',
			'PARK PLANNING', '/parks-recreation/parks_trails/planning/index.htm',
			'CURRENT DESIGN PROJECTS', '/parks-recreation/parks_trails/planning/projects/index.htm',
			'URBAN FORESTRY', '/parks-recreation/parks_trails/urban_forestry/index.htm',
			'GREATER CLARK PARKS DISTRICT', 'http://www.clarkparks.org',
			'OFF LEASH AREAS', '/parks-recreation/parks_trails/olas.htm',
			'RESOURCE MANAGEMENT', '/parks-recreation/parks_trails/resource_mgmt/index.htm'
		]
	 ],
 
	 [ // Recreation Programs
		[ 181, 70, 92 ], // x-position, y-position, menu-width
		[
			'RECREATION PROGRAMS', '/parks-recreation/recreation/index.htm', // Text, URL
			'FOR KIDS', '/parks-recreation/recreation/kids/index.htm',
			'FOR TEENS', '/parks-recreation/recreation/teens/index.htm',
			'FOR PEOPLE W/ DISABILITIES', '/parks-recreation/recreation/disabled/index.htm',
			'FOR ADULTS', '/parks-recreation/recreation/adults/index.htm',
			'FOR SENIORS', '/parks-recreation/recreation/seniors/index.htm',
			'TOURS', '/parks-recreation/recreation/tours.htm'
		]
	 ],
	 
	 [ // Sport and Fitness Programs
		[ 272, 70, 100 ],
		[
			'SPORTS, FITNESS<br>&amp; AQUATICS', '/parks-recreation/sports/index.htm', // Text, URL
			'ADULT SPORTS', '/parks-recreation/sports/adults/index.htm',
			'YOUTH SPORTS', '/parks-recreation/sports/youth/index.htm',
			'OUTDOOR ADVENTURE', '/parks-recreation/sports/outdoor_adventure/index.htm',
			'MOTORCYCLE RIDER SAFETY TRAINING', '/parks-recreation/sports/motorcycle/index.htm',
			'CITY FITNESS', '/parks-recreation/sports/city_fitness/index.htm',
			'FIRSTENBURG FITNESS', '/parks-recreation/facilities_locations/fitness.htm',
			'MARSHALL FITNESS', '/parks-recreation/facilities_locations/marshall/fitness.htm',
			'AQUATICS', '/parks-recreation/sports/aquatics/pools.htm',
			'SPORTS FIELDS', '/parks-recreation/sports_fields/index.htm',
			'TENNIS', 'http://www.vancouvertenniscenter.com'
		]
	 ],

	 [ // Facilities and Locations
		[ 371, 70, 92 ],
		[
			'FACILITIES <BR>&amp; LOCATIONS', '/parks-recreation/facilities_locations/index.htm',
			'COMMUNITY GARDENS', '/parks-recreation/facilities_locations/commgardens.htm',
			'FIRSTENBURG COMMUNITY CTR', '/parks-recreation/facilities_locations/fcc.htm', // Text, URL
			'MARSHALL COMMUNITY CTR', '/parks-recreation/facilities_locations/marshall/index.htm', // Text, URL
			'POOLS', '/parks-recreation/sports/aquatics/pools.htm',
			'LUEPKE SENIOR CENTER', '/parks-recreation/facilities_locations/luepke.htm',
			'JIM PARSLEY CENTER', '/parks-recreation/facilities_locations/jimparsley.htm',
			'TENNIS &amp; RACQUETBALL CTR', 'http://www.vancouvertenniscenter.com',
			'OFF LEASH AREAS', '/parks-recreation/parks_trails/olas.htm',
			'SKATEBOARDING &amp; BMX', '/parks-recreation/sports/skate-bmx.htm',
			'SPORTS FIELDS', '/parks-recreation/sports_fields/index.htm'
		]
	 ],
	
	[ // Special Events
		[ 462, 70, 92 ],
		[
			'SPECIAL<BR>EVENTS', '/parks-recreation/events/index.htm'
			
		]
	 ],
	 
	 

	[ // How to Help
		[ 553, 70, 99 ],
		[
			'HOW TO <br>HELP', '/parks-recreation/how_to_help/index.htm'
		]
	 ],

	[ // About Us
		[ 651, 70, 98 ],
		[
			'ABOUT <br>US', '/parks-recreation/about/index.htm'
		]
	 ]
];