/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_tree_menu/docs/index.html#hierarchy
*/

var TREE_ITEMS = [
	['Home', 'index.php', 
		['About The Mountain', 'index.php'],
		['Hours of Operation', 'index.php'],
		['Lift Tickets & Passes', 'index.php'],
		['Rentals & Lessons', 'index.php'],
		['Weather', 'index.php'],

		['Accomodations', 'index.php',
			['Hotels', 'index.php'],
			['Condominiums', 'index.php'],
			['Homes & Chalets', 'index.php'],
			['Homes', 'index.php'],
			['Moutain Inns', 'index.php'],
		],
		['Transportation', 'index.php',
			['Flights', 'index.php'],
			['Buses & Taxis', 'index.php'],
			['Car Rentals', 'index.php'],
			['Maps & Directions', 'index.php'],
		],
		['Outdoors', 'index.php',
			['Hiking & Sightseeing', 'index.php'],
			['Biking', 'index.php'],
			['Trails', 'index.php'],
			['Parks', 'index.php'],
		],
		['Dining', 'index.php'],
		['Shopping', 'index.php'],
		['Add Your Listing', 'index.php?p=signup'],
		['Other Locations', 'index.php',
			['Apex Mountain', 'http://www.apexmountain.ca'],
			['Backcountry', 'http://www.backcountry.ca'],
			['Crystal Mountain', 'http://www.crystalmountain.ca'],
			['Glen Valley', 'http://www.glenvalley.ca'],
			['Manning Park', 'http://www.manningpark.ca'],
			['Marmot Basin', 'http://www.marmotbasin.ca'],
			['Pemberton Valley', 'http://www.pembertonvalley.ca'],
			['Red Mountain', 'http://www.redmountain.ca'],
			['Whistler Blackcomb', 'http://www.whistlerblackcomb.ca'],
			['Whistler Squamish', 'http://www.whistlersquamish.ca'],
		]
	]
];
