/* --- 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 = [
	['Home', '/index.asp', null],
	['Meeting Professionals',, {'bw':148},
		['Visitors Center Services', '/custom2.asp?pageid=3509'],
		['Meeting Planners Guide', '/custom2.asp?pageid=3543'],
		['Meeting Facilities', '/custom2.asp?pageid=3510'],
		['Caterers', '/custom2.asp?pageid=3511']
	],
	['Press Room',, {'bw':148},
		['Images', '/custom2.asp?pageid=3547',{'bw':148}],
		['Press Releases', '/custom2.asp?pageid=3548', {'bw':148}],
		['Local Media Outlets', '/custom2.asp?pageid=3549',{'bw':148}]
	],
	['Contact Us', '/custom2.asp?Pageid=3516', null]
];