document.write("<table width='95%' border='0' cellpadding='0' cellspacing='0' bgcolor='#CC3333'>")
document.write("	<tr>")
document.write("		<td>")
document.write("			<div id='navsite'>")
document.write(" 				<p>Site navigation:</p>")
document.write(" 				<ul>")
document.write("  				<li id='location'><a href='location.html' >Location Map</a></li>")
document.write("  				<li id='facility'><a href='facility.html' >Facility</a></li>")
document.write("  				<li id='company'> <a href='company.html'  >Your Company Storage Room</a></li>")
document.write("  				<li id='movie'>   <a href='movie.html'		>Movie Industry</a></li>")
document.write("  				<li id='vehicles'><a href='vehicles.html' >Cars, Boats, Trailers, ATVs</a></li>")
document.write("  				<li id='contact'> <a href='contact.html'	>Contact Us</a></li>")
document.write("  				<li id='facility'><a href='facility.html'	>FAQ</a></li>")
document.write("  				<li id='green'>   <a href='green.html'	  >Creating Our Green Business</a></li>")
document.write("  				<li id='tips'>    <a href='tips.html'	  	>Before You Store</a></li>")
document.write(" 				</ul>")
document.write("			</div>")
document.write("		<p>&nbsp;</p>")
document.write("		</td>")
document.write("	</tr>")
document.write("</table>")

