function header()	{
	var htmlcode = "";


	htmlcode+= '<table width="800" border="0" cellspacing="0" cellpadding="0">';
	htmlcode+= '<tr>';
	htmlcode+= '<td colspan=2><img src="images/topbanner2.gif" border=0></td></tr>';
	htmlcode+= '<tr><td width=185 valign=top><img src="images/leftbanner.gif"></td><td width=543 valign=top>';
	
	document.write(htmlcode);
}

function footer()	{
	var htmlcode = "";

	htmlcode+= '<div align="center" style="font-family: Tahoma; font-size: 14px; margin-left: 40px;">';
	htmlcode+= '<strong>We are licensed & fully insured for your protection!</strong></div>';
	htmlcode+= '<br>';
	htmlcode+= '</td>';
	htmlcode+= '</tr>';
	htmlcode+= '<tr valign="top" style="font-size: 12px;">';
	htmlcode+= '<td style="border-top: 1px solid black;">';
	htmlcode+= '&copy; 2007, More Than Mulch, Inc.';
	htmlcode+= '</td>';
	htmlcode+= '<td align="center" style="border-top: 1px solid black;">';
	htmlcode+= '<a href="default.htm">Home</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
	htmlcode+= '<a href="news.htm">News</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
	htmlcode+= '<a href="services.htm">Services</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
	htmlcode+= '<a href="http://gallery.morethanmulch.biz/main.php">Gallery</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
	htmlcode+= '<a href="aboutus.htm">About Us</a>&nbsp;&nbsp;|&nbsp;&nbsp;';
	htmlcode+= '<a href="quote.htm">Request Estimate</a>';
	htmlcode+= '<br><br>';
	htmlcode+= 'Site built by <a href="http://www.jpurdy.com" target="_blank">JPurdy Design</a> &amp; ';
	htmlcode+= 'hosted by <a href="http://www.synetsystems.com" target="_blank">Synet Systems</a>';	
	htmlcode+= '</td>';
	htmlcode+= '</tr>';
	
	document.write(htmlcode);
}