document.write('<div id="nav_block">')
		
		document.write('<div id="logo_block">')
			document.write('<a title="Home" href="./"><img src="./green-logo.png" border="0" height="150" width="250" alt="Potts Logo" /></a>')
		document.write('</div>')
		
		//document.write('<h1><a title="Home" class="wlink2" href="./">Potts and Chapa Construction Inc.</a></h1>')
		document.write('<p class="tag_line">Serving Northern Virginia Since 1985</p>')

		document.write('<div id="menu_block">')
				document.write('<a title="Home" href="./">Home</a>')			
				document.write('<a title="Green Construction" href="./green.php">Green</a>')
				document.write('<a title="About our team" href="./about.html">Staff</a>')		
				document.write('<a title="Pictures of Past Projects" href="./projects.php">Remodels</a>')
				document.write('<a title="Our Contact Info" href="./contact.html">Contact</a>')
				document.write('<a title="New Home Construction" href="./parker.html">New Homes</a>')	
		document.write('</div>')
		
document.write('</div>')

