var LOWER_MENUS = [
	['New Jersey',null,null,
		['Home', '/states/NJ/index.htm'],
		['History', '/states/NJ/history.htm'],
		['Symbols', '/states/NJ/symbols.htm'],
		['Interesting Facts', '/states/NJ/facts.htm'],
		['Famous People', '/states/NJ/famous_people.htm'],
		['Cities & Towns', '/states/NJ/cities.htm'],
		['News', '/states/NJ/news.htm'],
		['Sports Teams', '/states/NJ/sports.htm'],
		['Official Site', 'http://www.state.nj.us'],
		['Books and Videos', '/states/NJ/books.html'],
	],
	['Regions',null,null,
		['Delaware River', '/states/NJ/delaware_river.htm'],
		['Gateway', '/states/NJ/gateway.htm'],
		['Greater Atlantic City', '/states/NJ/greater_atlantic_city.htm'],
		['Shore', '/states/NJ/shore.htm'],
		['Skylands', '/states/NJ/skylands.htm'],
		['Southern Shore', '/states/NJ/southern_shore.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/NJ/nationalparks/index.htm'],
		['State Parks', 'http://www.state.nj.us/dep/forestry/parks/parkindx.htm'],
		['Division of Fish and Wildlife', 'http://www.state.nj.us/dep/fgw/'],
		['Beaches', '/states/NJ/beaches.htm'],
		['Ski Resorts', '/states/NJ/skiresorts.htm'],
		['Golf Courses', '/states/NJ/golfcourses.htm'],
		['Lighthouses', 'http://njlhs.burlco.org/'],
	],
	['Events', '/states/NJ/events/index.htm',null
	],
	['Lodging', '/states/NJ/lodging/index.html',null
	]
];