/* --- menu items --- */function nw(url, name) {
window.open(url,(name ? name : '_blank'),'HEIGHT=500,WIDTH=700,TOP=50,LEFT=50,scrollbars=yes');
}

//code for new window
//,  "javascript:nw('url goes here')", {'tw':'_self'}
var MENU_ITEMS2 = [
	
	['Public Services', null, null,
		['Healthcare', '/custom2.asp?pageid=2467'],
		['Public Safety', '/custom2.asp?pageid=2469'],
		['Transportation', '/custom2.asp?pageid=2469#transportation'],
		['Utilities', '/custom2.asp?pageid=2472#utilities'],
		['Communications', '/custom2.asp?pageid=2472']		
	],

	['Gila County Communities', null, {'sw':168},
		['Workforce', '/custom2.asp?pageid=2466'],
		['Climate', '/custom2.asp?pageid=2466#climate'],
		['Tax Structure', '/custom2.asp?pageid=2466#taxes'],
		['Government', '/custom2.asp?pageid=2475#government'],
		['Education', '/custom2.asp?pageid=2470'],
		['Quality of Life', '/custom2.asp?pageid=2475']
	],

	['Financial & Economic Information', null, {'sw' : 220, 'bw':220},
		['Success Stories', '/custom2.asp?pageid=2465'],
		['Demographic & Economic Indictors', '/custom2.asp?pageid=2471#demographics'],
		['Financial Institutions', '/custom2.asp?pageid=2471'],
		['Available Properties', '/custom2.asp?pageid=2468']		
	]	
	
];