/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', 'http://www.indianridgehobart.com/'],
	['Course Information', null, null,
		['Course Tour', 'http://www.indianridgehobart.com/tour.htm'],
		['Rates', 'http://www.indianridgehobart.com/rates.htm'], 

		['Scorecard', 'http://www.indianridgehobart.com/scorecard.htm'],
	],
	['Directions & Info', null, null,
		['Google Satellite', 'http://www.google.com/maps?f=q&hl=en&q=Indian+Ridge+Golf+Course,+Hobart+IN+46342&t=k&om=0&ll=41.50096,-87.251208&spn=0.008212,0.014462', {'tw':'_blank'}],
		['Links Page', 'http://www.indianridgehobart.com/links.htm'],
		['Yahoo Map', 'http://maps.yahoo.com/py/maps.py?Pyt=Tmap&addr=6363+Grand+Blvd&csz=Hobart,Indiana&Get+Map=Get+Map', {'tw':'_blank'}]
	],
	['Partner Courses', null, null,
		['Oak Knoll', 'http://www.indianridgehobart.com/oakknoll/'],
		['Oak Knoll Scorecard', 'http://www.indianridgehobart.com/oakknoll/scorecard.htm'],
		['Summertree', 'http://www.indianridgehobart.com/summertree']
	],
	['Photographs', null, null,
		['Photo Gallery', 'http://www.indianridgehobart.com/pictures.htm']
	],	
	['Schedule & Events', null, null,
		['Schedule', 'http://www.indianridgehobart.com/schedule.htm'],
		['Indian Ridge Weekly Events', 'http://www.indianridgehobart.com/weekly_events.htm'],
		['Oak Knoll Weekly Events', 'http://www.indianridgehobart.com/oakknoll/weekly_events.htm']


	],
];

