// JavaScript Document//navigation on the top of page
document.write("<p class=leftNav><strong>Civil Construction</strong><br> ");
document.write("&nbsp;&nbsp; &nbsp;&nbsp;<a href=mech-piping.html>Mechanical/Piping</a><br> ");
document.write("&nbsp;&nbsp; &nbsp;&nbsp;<a href=excav-concrete.html>Excavation Concrete</a><br> ");
document.write("&nbsp;&nbsp; &nbsp;&nbsp;<a href=storage-tanks.html>Storage Tanks</a><br> ");
document.write("&nbsp;&nbsp; &nbsp;&nbsp;<a href=new_construct_reno.html>New Construct/Reno</a><br> ");
document.write("&nbsp;&nbsp; &nbsp;&nbsp;<a href=bridge_rehab.html>Bridge Rehabilitation</a><br> ");
document.write("&nbsp;&nbsp; &nbsp;&nbsp;<a href=other_projects.html>Other Projects</a><br> ");
document.write("<strong>Marine Construction</strong><br> ");
document.write("&nbsp;&nbsp; &nbsp;&nbsp;<a href=pile_driving.html>Pile Driving</a><br> ");
document.write("&nbsp;&nbsp; &nbsp;&nbsp;<a href=dredging.html>Dredging</a><br> ");
document.write("&nbsp;&nbsp; &nbsp;&nbsp;<a href=dock_work.html>Dock Work</a> </p>	");


/*
old nav...doesn't work in win/ie or win/firefoxdocument.write(" <span class=leftNav> <a href=http://www.bullardlindsay.com>HOME</a><br> ");document.write(" Civil Construction <br> ");
document.write(" &nbsp;&nbsp; &nbsp;&nbsp;<a href=mech-piping.html>Mechanical/Piping</a><br> ");	document.write(" &nbsp;&nbsp; &nbsp;&nbsp;<a href=excav-concrete.html>Excavation/Concrete</a><br> ");	document.write(" &nbsp;&nbsp; &nbsp;&nbsp;<a href=storage-tanks.html>Storage Tanks</a> <br> ");	document.write(" &nbsp;&nbsp; &nbsp;&nbsp;<a href=new_construct_reno.html>New Construct/Reno</a><br> ");	document.write(" &nbsp;&nbsp; &nbsp;&nbsp;<a href=other_projects.html>Other Projects</a><br> ");	document.write(" Marine Construction <br> ");	document.write(" &nbsp;&nbsp; &nbsp;&nbsp;<a href=pile_driving.html>Pile Driving</a><br> ");	document.write(" &nbsp;&nbsp; &nbsp;&nbsp;<a href=dredging.html>Dredging</a><br> ");	document.write(" &nbsp;&nbsp; &nbsp;&nbsp;<a href=dock_work.html>Dock Work</a></span>    ");	*/
