/* --- menu items --- */
function nw(url, name) {
window.open(url,(name ? name : '_blank'));
}


//code for new window
//,  "javascript:nw('url goes here')", {'tw':'_self'}
var MENU_ITEMS0 = [
	['About Us', null, {'bw':182},
		['About the Chamber', '/custom2.asp?pageid=4544'],
		['Welcome from the Chairman','/custom2.asp?pageid=4542', null],
		['Welcome from the Mayor', '/custom2.asp?pageid=4543', null],
		['Mission Statement', '/custom2.asp?pageid=4544#MissionStatement', null],
		['Vision Statement', '/custom2.asp?pageid=4544#VisionStatement', null]
	],
	['Membership', null, null,
		['Benefits of Investment', '/custom2.asp?pageid=4545', null],
		['Testimonials', '/custom2.asp?pageid=4544#Testimonials', null],
		['Membership Directory', '../memberDir/memberDirForm.asp', null],
		['Featured Members', '../adsmapads/ads.asp', null],
		['Map Advertisers', '../adsmapads/ads.asp?type=map%20ads', null],
		['Join the Chamber', '/virDirEditorAssets/apachejunctionAZ/chamberAccess/docs/membershipApplication.pdf', {'tw':'_blank'}],
	],
	['Leadership', null, null,
		['Executive Committee', '/custom2.asp?pageid=4547'],
		['Directors', '/custom2.asp?pageid=4547#Directors'],
		['Ex-Officio', '/custom2.asp?pageid=4547#Ex-Officio'],
		['Staff', '/custom2.asp?pageid=4547#Staff']
	],	
	['Events Calendar', '../calofevents/default.asp', null],
	['News and Information', '/custom2.asp?pageid=2658', null],
	['Links', '/custom2.asp?pageid=2562', null]
	];
	