var TREE_NODES = [
	['Home', 'main.html', 'main'],
	['About Us', null, null,
		['History', null, null],
        	['Staff Group', null, null,
			['General Management', 'genman.html', 'main'],
			['Catering Manager', 'sales.html', 'main'],
			['Director of Sales', 'marketing.html', 'main'],
			['Executive Chef', 'exechef.html', 'main'],
	],
	['Layout Diagrams', null, null,
		['Hotel Layout PDF', null, null],
		['HEC Map PDF', '../pdf/HECFloorMap4.pdf', '_blank'],
	],
	],
	['Huron Event Center', 'hec.html', 'main'],
	['Verto&rsquo;s','../vertos.html', '_top'],
	['Guest Services', null, null,
		['Lobby', 'lobby.html', 'main'],
		['100 Deluxe Guest Rooms', null, null,
			['3 Two Room Jacuzzi Suites', null, null,
				['Pheasant Suite', 'pheasant.html', 'main'],
				['Conference Suite', 'conference.html', 'main'],
				['Bridal Suite', 'bridal.html', 'main'],
			],
			['7 Mini Suites', 'minisuite.html', 'main'],
			['9 Poolside', 'poolside.html', 'main'],
			['2 Poolside Conference Rooms', 'poolconf.html', 'main'],
			['Double Queen SMK or N/S', 'queen.html', 'main'],
			['King SMK or N/s' , 'king.html', 'main'],
		],
	],
	['Catering', 'catering.html', 'main'],
	['Contact Us', 'contact.html', 'main'],
];



