// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

/* Tigra Menu items structure */
var MENU_ITEMS = [
	['In Construction', null, null,
		['Prana Apartments', 'prana.html'],
		['National Board of Chiropractic Examiners', 'NationalBoardChiropracticExaminers.html'],
		['Orchard Place', 'orchardPlace.html'],		
		['UW Kendall House', 'UWKendallHouse.html'],
		['The Worthington', 'worthington.html'],
		['Chilson Recreation Center', 'chilson.html'],
		['West Vail Fire Station #3', 'drahotaConstruction.html']
		
	],
	
	['Commercial', null, null,
	 	['MINI Loveland', 'miniLoveland.html'],		
		['Poudre Fire Station #4', 'poudreFireStation4.html'],	 
		['Ptarmigan Country Club', 'ptarmigan.html'],
		['The Chieftain', 'cheiftain.html'],
		['Columbine Office', 'columbine.html'],
		['Palmer Plaza', 'palmer.html'],
		['Collindale Clubhouse', 'collindale.html'],
		['Bank of Colorado', 'bankofcolorado.html'],
		['Stryker/Bohemian', 'stryker.html'],
		['Swift Facility', 'swiftFacility.html'],
		['Crossroads Volleyball', 'Crossroads.html'],	
		['Marianna Butte Clubhouse', 'mariannaButte.html'],
		['Cache Bank', 'cacheBank.html'],
		['Moot Court - UW', 'mootCourt.html']


	],	
	
	['Medical', null, null,
		['Mountain Peak Medical', 'MountainPeakMedical.html'],
		['Sundance', 'Sundance.html'],
		['Lemay Ave. Health', 'LemayHealth.html'],
		['Skyline', 'skyline.html'],
		['Poudre Valley Cardivascular', 'poudrevalley.html'],
		['Centre Ave. Health', 'centerave.html'],
		['Eye Center of N. CO', 'eyecenter.html'],
		['Ukiah Surgery Cntr', 'ukiah.html'],
		['Larimer Center Mental Health-Spirt Crossing', 'drahotaConstruction.html']		


	],
	
	['Resort/Multi-Family', null, null,
		['Alpenglow', 'alpenglow.html'],
		['Highmark', 'highmark.html'],
		['Lodge at Miramont', 'miramont.html'],
		['The Timbers', 'timbers.html'],
		['Awapa lodge', 'awapa.html'],
		['Holiday Neighborhood', 'holiday.html'],
		['Christie Club', 'christieclub.html'],
		['The Village', 'Village.html'],
		['First Tracks', 'firstTracks.html'],
		['Trailhead Lodge', 'trailhead.html']

	],
	
];
