/* --- 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 = [
	
	['About Our Communities', null, null,
		['Welcome', '/custom2.asp?pageid=137'],
		['Bellaire', '/custom2.asp?pageid=139'],
		['Braeswood / Stella Link', '/customw.asp?pageid=140'],		['Fondren Southwest', '/custom2.asp?pageid=141'],
		['Galleria', '/custom2.asp?pageid=142'],
		['Greenway Plaza', '/custom2.asp?pageid=143'],
		['Gulfton', '/custom2.asp?pageid=144'],
		['Medical Center / Rice Village', '/custom2.asp?pageid=145'],
		['Meyerland / South Post Oak', '/custom2.asp?pageid=146'],
		['Reliant Park / South Loop', '/custom2.asp?pageid=697'],
		['Sharpstown', '/custom2.asp?pageid=147'],
		['Southside Place', '/custom2.asp?pageid=148'],
		['West University Place', '/custom2.asp?pageid=149'],
		['Westbury', '/custom2.asp?pageid=150']
	],
	
	['Things to Do', '/custom2.asp?pageid=132', {'bw' : 110},
		['Museum District', '/custom2.asp?pageid=133'],
		['Theater District', '/custom2.asp?pageid=134'],
		['Places of Interest', '/custom2.asp?pageid=135'],		['Places to Eat', '/custom2.asp?pageid=136']
	],		['Helpful Information', "/custom2.asp?pageid=151"],
	
	['SW Houston Map', "javascript:nw('http://maps.usachamber.com/mapV3.asp?n=txSwHouston_~')", {'tw':'_self'}],
		['Houston Overview Map', "javascript:nw('http://maps.usachamber.com/mapV3.asp?n=txSwHouston_~01')", {'tw':'_self'}],
	
	['Texas Medical Center Map', "javascript:nw('http://maps.usachamber.com/mapV3.asp?n=txSwHouston_~02')", {'tw':'_self'}]
];