/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.jsp'],
	['Chamber News', '/news/index.jsp', null,
		['Chamber Newsletter', 'http://crownpoint.in.us.chambercrm.com/www/newsletters/index.jsp'],
		['Images Magazine', 'http://www.imagescrownpoint.com', {'tw':'_blank'}]
	],
	['About the Chamber', '/about/index.jsp', null,
		['Directors Welcome', '/about/welcome.jsp'],
		['History', '/about/history.jsp'],
		['Mission', '/about/mission.jsp'],
		['Past Achievements', '/about/past.jsp'],
		['Future Agenda', '/about/future.jsp'],
		['Staff & Affiliates', '/about/staff/index.jsp', null,
			['Staff', '/about/staff/staff.jsp'],
			['Executive Board', '/about/staff/executiveboard.jsp'],
			['Board of Directors', '/about/staff/board.jsp'],
			['Divisions', '/about/staff/divisions.jsp'],
			['Ambassadors', '/about/staff/ambassadors.jsp'],
			['Volunteers', '/about/staff/volunteers.jsp']
		],
		['Accolades', '/about/accolades.jsp'],
		['Yearly Chamber Events', '/about/events/index.jsp', null,
			['Installation Banquet', '/about/events/banquet.jsp'],
			['Annual Meeting', '/about/events/meeting.jsp'],
			['Big Money Raffle', '/about/events/bigmoney.jsp']
			],
		['Location & Directions', '/about/location.jsp']
	],
	['Visiting Crown Point', '/visiting/index.jsp', null,
		['Visitor Attractions', '/visiting/visitor/index.jsp', null,
			['Courthouse', '/visiting/visitor/courthouse.jsp'],
			['Historic Homes', '/visiting/visitor/historichomes.jsp'],
			['Sheriff\'s House', '/visiting/visitor/sheriffshouse.jsp'],
			['Lake County Fair Grounds', '/visiting/visitor/fairgrounds.jsp'],
			['Restaurants', '/visiting/visitor/restaurants.jsp'],
			['Lodging', '/visiting/visitor/lodging.jsp'],
			['Shopping', '/visiting/visitor/shopping.jsp']
		],
		['Local Events', '/visiting/local/index.jsp', null,
			['Northwest Indiana Business Expo', '/visiting/local/nibe.jsp'],
			['Golf Outing', '/visiting/local/golfouting.jsp'],
			['4th of July Parade', '/visiting/local/july4parade.jsp'],
			['Farmers Market', '/visiting/local/farmersmarket.jsp'],
			['Santa\'s Visit', '/visiting/local/santa.jsp'],
			['Easter Breakfast', '/visiting/local/easter.jsp'],
			['Cobe Cup Car Cruise', '/visiting/local/cobecup.jsp'],
			['Lake County Fair', '/visiting/local/lcfair.jsp'],
			['Additional Events', '/visiting/local/additionalevents.jsp']
		]
	],
	['Resources', '/resources/index.jsp', null,
	 	['Online Forms', 'http://crownpoint.in.us.chambercrm.com/www/onlineforms/index.jsp'],
		['Crown Point Resources', '/resources/cp/index.jsp', null,
			['About Crown Point', '/resources/cp/about.jsp'],
			['Public Services', '/resources/cp/public/index.jsp', null,
				['Education', '/resources/cp/public/education.jsp'],
				['City Parks', '/resources/cp/public/cityparks.jsp'],
				['Library', 'http://www.icongrp.com/~refcpcl/']
			],
			['Private Services', '/resources/cp/private/index.jsp', null,
			 	['Banks', '/resources/cp/private/banks.jsp'],
				['Child Care', '/resources/cp/private/childcare.jsp'],
				['Churches', '/resources/cp/private/churches.jsp'],
				['Health Care', '/resources/cp/private/healthcare.jsp'],
				['Newspapers', '/resources/cp/private/newspapers.jsp'],
				['Realtors', '/resources/cp/private/realtors.jsp'],
				['Utilities', '/resources/cp/public/utility.jsp']
			],
			['Recreation', '/resources/cp/recreation/index.jsp', null,
				['Arts', '/resources/cp/recreation/arts.jsp'],
				['Sports Leagues', '/resources/cp/recreation/sportsleagues.jsp'],
				['Civic Clubs', '/resources/cp/recreation/civicclubs.jsp']
			],
			['Relocation', '/resources/cp/relocation/index.jsp', null,
				['Business Relocation', '/resources/cp/relocation/business.jsp'],
				['Residential Relocation', '/resources/cp/relocation/residential.jsp'],
				['Job Opportunities', '/resources/cp/relocation/jobops/index.jsp', null,
					['Work One', 'http://www.in.gov/dwd/', {'tw':'_blank'}]
				]
			],
			['Crown Point City Website', 'http://www.crownpoint.in.gov', {'tw':'_blank'}]
		],
		['Lake County', '/resources/lake/index.jsp', null,
			['Gary / Chicago Airport', 'http://www.garychicagoairport.com/', {'tw':'_blank'}],
			['Lake County Government Complex', 'http://www.lakecountyin.org/index.jsp', {'tw':'_blank'}],
			['Lake County Reference Library', 'http://www.lakeco.lib.in.us', {'tw':'_blank'}],
			['South Shore Convention Authority', 'http://www.southshorecva.com', {'tw':'_blank'}],
			['Lake County Parks / Recreation', 'http://www.lakecountyparks.com/', {'tw':'_blank'}]
		],
		['Indiana Resources', '/resources/indiana/index.jsp', null,
			['Access Indiana', 'http://www.state.in.us/', {'tw':'_blank'}]
		],
		['Community Maps', '/resources/maps/index.jsp']
	],
	['Becoming a Member', '/member/index.jsp', null,
		['Why Join?', '/member/whyjoin.jsp'],
		['Benefits of Joining', '/member/benefits.jsp'],
		['Apply Now!', '/member/applynow.jsp'],
	],
	['Business Directory', 'http://crownpoint.in.us.chambercrm.com/www/member/list.jsp', null,
		//['Search for a Member', 'http://crownpoint.in.us.chambercrm.com/member/search.jsp'],
		//['List all Members', 'http://crownpoint.in.us.chambercrm.com/widget/members/search.jsp&amp;action=Search']
	],
	['Events', '/events/index.jsp', null],
	//['Events', '/events/index.jsp', null,
	//	['Chamber Events', 'http://crownpoint.in.us.chambercrm.com/widget/events/month.jsp'],
	//	['Members Events', 'http://crownpoint.in.us.chambercrm.com/widget/events/month.jsp']
	//],
	['Contact Us', '/contact.jsp']
];

