// Main navigation / subnavigation links

var leftNav =
{ 
'..':{'home':{'index.asp':
	{}}},
'venueinfo':{'event information':{'racesite.html':
	{	
		'course / venue':'racesite.html',
		'weekend schedule':'weekendschedule.html',
		'international race':'internationalrace.html',
		'sprint distance':'sprintdistance.html',
		'duathlon':'duathlon.html',
		'junior triathlon':'juniortriathlon.html',
		'EXPO':'expo.html'
	}}},

'registration':{'registration':{'index.html':
	{}}},
'raceresults':{'race results':{'index.asp':
	{}}},
'travel':{'travel & tourism':{'gettinghere.html':
	{	
		'getting here':'gettinghere.html',
		'hotels and lodging':'hotelsandlodging.html',
		'area attractions':'areaattractions.html'
	}}},
'volunteer':{'volunteer':{'index.html':
	{}}},
'sponsor':{'sponsors':{'index.html':
	{}}},
'contactus':{'contact us':{'index.html':
	{}}}
}; 
