function NewWindow(mypage, myname, w, h, scroll) {
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+''
	win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

document.write('<table border="0" cellspacing="0" cellpadding="0" width="740" height="92">')
	document.write('<tr>')
		document.write('<td width=8 height=8 valign="bottom" align="right" bgcolor="#ffffff"><a name="top"></a><img src="http://www.harborcreektownship.org/format_images/blue2_corner_top_left.gif" width="8" height="8"></td>')
		document.write('<td width=724 height=8 valign="bottom" align="left" bgcolor="#006699"><img src="http://www.harborcreektownship.org/format_images/spacer.gif" border=0 width="724" height=8></td>')
		document.write('<td width=8 height=8 valign="bottom" align="left" bgcolor="#ffffff"><img src="http://www.harborcreektownship.org/format_images/blue2_corner_top_right.gif" width=8 height=8></td>')	
	document.write('</tr>')
	document.write('<tr>')
		document.write('<td width="8" height="92" valign="middle" align="center" bgcolor="#006699"><img src="http://www.harborcreektownship.org/format_images/spacer.gif" width="8" height="92"></td>')
		document.write('<td width="724" height="92" valign="middle" align="left" bgcolor="#006699"><a href="http://www.harborcreektownship.org"><img border="0" alt="Sunset at Shades Beach" src="http://www.harborcreektownship.org/format_images/toptest.jpg" width="724" height="92"></a></td>')
		document.write('<td width="8" height="92" valign="middle" align="center" bgcolor="#006699"><img src="http://www.harborcreektownship.org/format_images/spacer.gif" width="8" height="92"></td>')
	document.write('</tr>')	
document.write('</table>')