/* --- 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_ITEMS1 = [
	
	['Welcome', 'http://www.flowermoundchamber.com/custom2.asp?pageid=2918'],
	
	['Living in Flower Mound', 'http://www.flowermoundchamber.com/custom2.asp?pageid=2918', {'bw' : 85},
	    ['Education', 'http://www.flowermoundchamber.com/custom2.asp?pageid=2922'],
	    ['Government', 'http://www.flowermoundchamber.com/custom2.asp?pageid=2920'],
	    ['Recreation', 'http://www.flowermoundchamber.com/custom2.asp?pageid=2921']
	],
		['Visting Flower Mound', 'http://www.chamberdata.cc/ccao/wc.dll?Mem~CatList~&Org=txfm&BusDesc=Retail', {'bw' : 125},
	    ['Shop Flower Mound', 'http://www.chamberdata.cc/ccao/wc.dll?Mem~CatList~&Org=txfm&BusDesc=Retail']
	],
	
	['Economic Development', null, {'bw' : 210},
		['Overview &amp; Demographics', 'http://www.flowermoundchamber.com/custom2.asp?pageid=2919'],
		['Economic Forecast', 'http://www.flowermoundchamber.com/custom2.asp?pageid=2970'],
		['Taxes', 'http://www.flowermoundchamber.com/custom2.asp?pageid=2941'],
		['Economic Development Corporation', "javascript:nw('http://www.flower-mound.com/econdev/index3.html')", {'tw':'_self'}]
	]
		
];
