var LOWER_MENUS = [
	['Oregon',null,null,
		['Home', '/states/OR/index.htm',{'sw':100}],
		['History', '/states/OR/history.htm'],
		['Symbols', '/states/OR/symbols.htm'],
		['Interesting Facts', '/states/OR/facts.htm'],
		['Famous People', '/states/OR/famous_people.htm'],
		['Cities & Counties', '/states/OR/cities.htm'],
		['News', '/states/OR/news.htm'],
		['Official Site', 'http://www.state.or.us'],
	],
	['Regions',null,null,
		['The Coast', '/states/OR/coast.htm'],
		['Portland', '/states/OR/portland.htm'],
		['Mt. Hood & The Columbia River Gorge', '/states/OR/mt.hood_gorge.htm'],
		['The Willamette Valley', '/states/OR/willamette_valley.htm'],
		['Southern', '/states/OR/southern.htm'],
		['Central', '/states/OR/central.htm'],
		['Eastern', '/states/OR/eastern.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/OR/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/r6/r6nf.htm'],
		['State Parks', 'http://www.prd.state.or.us'],
		['Bureau of Land Management', 'http://www.or.blm.gov'],
		['Dept. of Fish and Wildlife', 'http://www.dfw.state.or.us'],
		['Outfitters & Guides', '/states/OR/outfitters.htm'],
	],
	['Events', '/states/OR/events/index.htm',null
	],
	['Lodging', '/states/OR/lodging/index.html',null
	]
];