function addMenu()
{
	document.write('				<div div id="navBar">');
	document.write('					<a href="index.html" class="navMainLink"><strong>Home</strong></a><br/>');
	document.write('					<a href="ncc.html">New Castle County</a>	<br/>	');
	document.write('					<a href="kent.html">Kent County</a><br/>');
	document.write('					<a href="sussex.html">Sussex County</a><br/>');
	document.write('					<a href="wilm.html">City of Wilmington</a><br/>');
	document.write('					<a href="dover.html">City of Dover</a><br/>');
	document.write('					<br/>');
	document.write('					<a href="index.html" class="navMainLink"><strong>NSP Links</strong></a></br>');
	document.write('					<a href="http://www.destatehousing.com/">DSHA</a><br/>');
	document.write('					<a href="http://www.hud.gov/offices/cpd/communitydevelopment/programs/neighborhoodspg/" target=_blank>HUD NSP</a><br/>');
	document.write('					<a href="http://www.destatehousing.com/HomeOwnership/dv_nsp.html">Reports</a><br/>');
	
	
	document.write('					<!--<a href="http://deforeclosurehelp.com/">Foreclosure Help</a><br/>-->');
	document.write('				</div>');
}
