/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'http://www.dennisgolf.com/index.php'],
	['TEE TIMES', 'http://www.dennisgolf.com/teetimes.php'],
	['THE COURSES', null, null,
		['<img src="http://www.dennisgolf.com/images/arrow.png" height=16 width=14 align="right">&nbsp; The Pines', null, null,
			['About The Pines', 'http://www.dennisgolf.com/dp_about.php'],
			['Rates', 'http://www.dennisgolf.com/dp_rates.php'],
			['Photos', 'http://www.dennisgolf.com/dp_photos.php'],
			['Scorecard', 'http://www.dennisgolf.com/dp_scorecard.php'],
			['Directions / Contact', 'http://www.dennisgolf.com/dp_directions.php']
		],
		['<img src="http://www.dennisgolf.com/images/arrow.png" height=16 width=14 align="right">&nbsp; The Highlands', null, null,
			['About The Highlands', 'http://www.dennisgolf.com/dh_about.php'],
			['Rates', 'http://www.dennisgolf.com/dh_rates.php'],
			['Photos', 'http://www.dennisgolf.com/dh_photos.php'],
			['Scorecard', 'http://www.dennisgolf.com/dh_scorecard.php'],
			['Directions / Contact', 'http://www.dennisgolf.com/dh_directions.php']
		],
	],
	['TOURNAMENTS', null, null,
		['Calendar View', 'http://www.dennisgolf.com/calendar/calendar.php'],
		['Schedule of Events', 'http://www.dennisgolf.com/schedule.php'],
		['Event Results', 'http://www.dennisgolf.com/results.php'],
		['Event Guidelines', 'http://www.dennisgolf.com/guidelines.php'],
		],     
	['CURRENT NEWS', 'http://www.dennisgolf.com/news.php'],
	['MEMBERSHIP', 'http://www.dennisgolf.com/membership.php'],
	['INSTRUCTION', 'http://www.dennisgolf.com/instruction.php'],
	['<img src="http://www.dennisgolf.com/images/fb_xs.png" height=16 width=16 align="absmiddle">&nbsp;Visit Us', 'http://www.facebook.com/pages/Dennis-MA/Dennis-Pines-and-Dennis-Highlands-Golf-Courses/107050992670059', {'tw':'_blank'}]
];
/*function nw(url, name) {
window.open(url,(name ? name : '_blank'),'HEIGHT=600,WIDTH=750, scrollbars=no');
}*/
