/* Tigra Menu items structure */
var MENU_ITEMS = [
	['ABOUT MCC', null, null,
		['club contacts', 'http://www.mancc.com/contact.php'],
		['directions', 'http://www.mancc.com/directions.php'],
		['course tour', 'http://www.mancc.com/tour/arial.html'],
		['course gallery', 'http://www.mancc.com/golfcourse_hs.php'],
		['course history', 'http://www.mancc.com/golfcourse.php'],
		['club policies', 'http://www.mancc.com/policies.php'],
		['site map', 'http://www.mancc.com/site_nav.html'],
	],
	['TEE TIMES', null, null,
	 	['rates & fees', 'http://www.mancc.com/rates.php'],
	 	['club specials', 'http://www.mancc.com/specials.php'],
		['online reservations', 'http://www.teeitup.com/golf/course.wpl?C=6045', {'tw':'_blank'}],
	 	['internet specials', 'http://www.teeitup.com/golf/calendar.pl?C=6045', {'tw':'_blank'}],
		['club policies', 'http://www.mancc.com/policies.php'],
	],
	['GOLF', null, null,
	 	['the shop', 'http://www.mancc.com/golfshop.php'],
		['the staff', 'http://www.mancc.com/staff.php'],
		['scorecard', 'http://www.mancc.com/scorecard.php'],
	 	['instruction', 'http://www.mancc.com/instruction.php'],
		['club policies', 'http://www.mancc.com/policies.php'],
	],
/*	['GOLF COURSE', 'http://www.mancc.com/course.php'],
*/	['MEMBERSHIP', null, null,
	 	['information', 'http://www.mancc.com/membership.php'],
	 	['<img src="http://www.mancc.com/images/pdf_xxs.png" height=14 width=15 align="absmiddle">&nbsp; enrollment', 'http://www.mancc.com/docs/MembershipEnrollment.pdf'],
	 	['<img src="http://www.mancc.com/images/pdf_xxs.png" height=14 width=15 align="absmiddle">&nbsp; flyer', 'http://www.mancc.com/docs/MembershipFlyer.pdf'],
	],
	['OUTINGS', null, null,
	 	['outings at MCC', 'http://www.mancc.com/outings.php'],
		['golf rates', 'http://www.mancc.com/outings_golf.php'],
		['food rates', 'http://www.mancc.com/outings_food.php'],
		['<img src="http://www.mancc.com/images/pdf_xxs.png" height=14 width=15 align="absmiddle">&nbsp; outings contract', 'docs/OutingContract.pdf'],
		['club policies', 'http://www.mancc.com/policies.php'],
	],
	['DINING', null, null,
	 	['Waterview Cafe', 'http://www.mancc.com/cafe.php'],
	 	['menus & specials', 'http://www.mancc.com/cafe_menus.php'],
	],
	['BANQUETS', null, null,
	 	['functions','http://www.mancc.com/banquets.php'],
	 	['weddings','http://www.mancc.com/weddings.php'],
	 	['menus','http://www.mancc.com/menus.php']
	],
];
/*function nw(url, name) {
window.open(url,(name ? name : '_blank'),'HEIGHT=600,WIDTH=750, scrollbars=no');
}*/
