document.write('<div id="header">');
document.write('<a href="index.html"><img src="images/logo.gif" width="240" border="0" alt="" /></a>');
	
document.write('<div id="topnav">');
	
document.write('<a href="index.html">Home</a>');
document.write('&nbsp;&nbsp;&bull;&nbsp;&nbsp;');

document.write('<a href="contact.asp">Contact Us</a>');

// document.write('&nbsp;&nbsp;&bull;&nbsp;&nbsp;');
// document.write('<a href="request.html">Request Work</a>');

document.write('&nbsp;&nbsp;&bull;&nbsp;&nbsp;');
document.write('<a href="images/EmploymentApp.pdf" target="_blank">Employment Application</a>');
document.write('</div>');
	
document.write('<div id="nav">');
document.write('<a href="about.html">About</a>');
document.write('&nbsp;&nbsp;<img style="vertical-align: middle;line-height: 30px;" src="images/logobullet.gif">&nbsp;&nbsp;');
document.write('<a href="maintenance.html">Maintenance</a>');
document.write('&nbsp;&nbsp;<img style="vertical-align: middle;line-height: 30px;" src="images/logobullet.gif">&nbsp;&nbsp;');
document.write('<a href="lawnshrub.html">Lawn &amp; Shrub Care</a>');
document.write('</div>');
document.write('<div id="nav2">');
document.write('<a href="landscaping.html">Landscaping</a>');
document.write('&nbsp;&nbsp;<img style="vertical-align: middle;line-height: 30px;" src="images/logobullet.gif">&nbsp;&nbsp;');
document.write('<a href="snowremoval.html">Snow Removal</a>');
document.write('&nbsp;&nbsp;<img style="vertical-align: middle;line-height: 30px;" src="images/logobullet.gif">&nbsp;&nbsp;');
document.write('<a href="portfolio.asp">Portfolio</a>');
document.write('</div>');
	
document.write('</div>');