/* --- 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 = [
	
	['History of the Heights','/custom2.asp?pageid=4199'],
	
	['Area Events','/custom2.asp?pageid=4211'],		
	
	['Fingertip Telephone Numbers', '/custom2.asp?pageid=4212', {sh:35}]
];