/* --- menu items --- */
function nw(url, name) {
window.open(url,(name ? name : '_blank'),'HEIGHT=700,WIDTH=900,TOP=50,LEFT=50,scrollbars=yes,resizable=yes');
}
function newswindow(url, name) {
window.open(url,(name ? name : '_blank'),'HEIGHT=600,WIDTH=900,TOP=50,LEFT=50,scrollbars=yes,resizable=yes');
}

//code for new window
//,  "javascript:nw('url goes here')", {'tw':'_self'}
var MENU_ITEMS0 = [
	
	['Home', '/index.asp'],
	
	['The Chamber','/custom2.asp?pageid=4359', null,
		['Chairman\'s Letter', '/custom2.asp?pageid=4359'],
		['Mission', '/custom2.asp?pageid=4359#Mission'],
		['Executive Committee','/custom2.asp?pageid=4361'],
		['Directors','/custom2.asp?pageid=4362'],
		['Administration', '/custom2.asp?pageid=4363'],
		['Open for Business &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#9658;', '/custom2.asp?pageid=4368', {'bw':230},
			['Expanding Visibility in the Marketplace', '/custom2.asp?pageid=4368#Visibility'],
			['Making Connections', '/custom2.asp?pageid=4368#Connections'],
			['Working with the Government', '/custom2.asp?pageid=4368#WorkingWithGovernment'],
			['Selling to the Government', '/custom2.asp?pageid=4368#SellingToGovernment'],
			['Business Counseling and Leadership Development', '/custom2.asp?pageid=4368#BusinessCounseling', {'sh':36}]
		]
	],
	
	['The Community', '/custom2.asp?pageid=4371', null,
		['Interesting Trivia', '/custom2.asp?pageid=4371#Trivia'],
		['Quality of Life', '/custom2.asp?pageid=4372'],
		['Education', '/custom2.asp?pageid=4373'],
		['Health Care', '/custom2.asp?pageid=4374'],
		['Retirement', '/custom2.asp?pageid=4375#Retirement'],
		['Housing', '/custom2.asp?pageid=4375#Housing'],
		['Recreation', '/custom2.asp?pageid=4378'],
		['Festivals and Events', '/custom2.asp?pageid=4376'],
		['Annual Events', '/custom2.asp?pageid=4377']
	],
	
	['Business and Industry', '/custom2.asp?pageid=4379', {'bw':190},
		['Film Industry', '/custom2.asp?pageid=4380#Film'],
		['Theatre', '/custom2.asp?pageid=4380#Theater'],
		['Agribusiness', '/custom2.asp?pageid=4381#Agribusiness'],
		['Oil and Gas Industry', '/custom2.asp?pageid=4381#Oil'],
		['Manufacturing', '/custom2.asp?pageid=4381#Manufacturing'],
		['Distribution and Transportation', '/custom2.asp?pageid=4381#Distribution'],
		['Research and Technology', '/custom2.asp?pageid=4382#Research'],
		['Barksdale Air Force Base', '/custom2.asp?pageid=4382#Barksdale']
	],
	
	['NW Louisiana Facts', '/custom2.asp?pageid=4384', null,
		['Location/Economy', '/custom2.asp?pageid=4384#Location'],
		['Logistics/Distribution', '/custom2.asp?pageid=4384#Logistics'],
		['Telecom and Utility Infrastructure', '/custom2.asp?pageid=4384#Telecom', {'sh':36}],
		['Quality of Life', '/custom2.asp?pageid=4384#Quality']
	],
	
	['For Your Information', '/custom2.asp?pageid=4385'],
	
	['Featured Members', '/adsMapAds/ads.asp?type=ads'],
	
	['2009 Business Directory',"javascript:nw('http://viewer.zmags.com/publication/55c23323')", {'tw':'_self'}],
		
	['ShreveportChamber.org', 'http://www.shreveportchamber.org/', {'tw':'_blankk'}]
];