/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', null,
		['The Outside', 'house.html'],
		['The Inside', 'rooms.html'],
		['The Shop and Garage', 'shop.html']
	],
	['Property', null, null,
		['The Lake', 'lake.html'],
		['The Mountains', 'mountains.html'],
		['The Game', 'game.html']
	],
	['Download', null, null,
		['Pictures (636 KB)', 'webhouse/pictures.zip']
	],
	['Location', 'location.html', null,
		['Jordan Valley, OR', 'location.html']
		],
	['Contact', 'contact.html', null,
		['sagewest@m-hip.com', 'mailto:sagewest@m-hip.com'],
		['Phone: 541-586-2944 ', null],
		['Details', 'contact.html']
	]
];

