function WriteHeader()
	{
	document.write("<!-- HEADER INFORMATION -->");
	document.write("<TABLE BORDER='0'><TR><TD WIDTH='315'></TD>");
	document.write("<TD WIDTH='425' ALIGN='CENTER'>");
	document.write("<SMALL>");
	document.write("<HR WIDTH='400'>");
	document.write("<A HREF='http://www.thebechers.com'>Home</A>&nbsp;&nbsp;");
	document.write("<A HREF='/PhotoAlbums'>Family Gallery</A>&nbsp;&nbsp;");
	document.write("<A HREF='/Woodworking/index.html'>Dickley Woodworking</A>");
	document.write("<HR WIDTH='400'>");
	document.write("</SMALL>");
	document.write("</TR></TD></TABLE>");
	document.write("<!-- END HEADER INFORMATION -->");
	}

function NavBar()
	{
	document.write("<!-- NAVBAR INFORMATION -->");
	document.write("<img src='/img/menudivider.jpg' width='150' height='6' border='0' alt=''><BR>")
	document.write("&nbsp; <a href='/'>Home</a><BR>")
	document.write("<img src='/img/menudivider.jpg' width='150' height='6' border='0' alt=''><BR>")
	document.write("&nbsp; <a href='/AboutUs'>About Us</a><BR>")
	document.write("<img src='/img/menudivider.jpg' width='150' height='6' border='0' alt=''><BR>")
	document.write("&nbsp; <a href='/PhotoAlbums'>Photo Albums</a><BR>")
	document.write("<img src='/img/menudivider.jpg' width='150' height='6' border='0' alt=''><BR>")
	document.write("&nbsp; <a href='/Woodworking'>Dickley Woodworking</a><BR>")
	document.write("<img src='/img/menudivider.jpg' width='150' height='6' border='0' alt=''><BR>")
	document.write("&nbsp; <a href='/Freeware'>Freeware</a><BR>")
	document.write("<img src='/img/menudivider.jpg' width='150' height='6' border='0' alt=''><BR>")
	document.write("&nbsp; <a href='mailto:email@thebechers.com?subject=thebechers.com'>Contact Us</a><BR>")
	document.write("<img src='/img/menudivider.jpg' width='150' height='6' border='0' alt=''><BR>")
	document.write("<!-- NAVBAR INFORMATION -->");
	}

function MainFooter()
	{
	document.write("<!-- FOOTER INFORMATION -->");
	document.write("<TABLE BORDER='0' ALIGN='CENTER'><TR>");
	document.write("<TD WIDTH='500'>");
	document.write("<FONT FACE='Verdana' SIZE='1'>");
	document.write("<CENTER>");
	document.write("<hr align='CENTER' color='#596F80' noshade><BR>");
	document.write("Web site and all contents © Copyright The Becher's 2005, All rights reserved.");
	document.write("<BR>");
  	document.write("<A HREF='mailto:email@thebechers.com?subject=thebechers.com'>email@thebechers.com</A>");
	document.write("<BR>");
	document.write("<I>");
	document.write("<SCRIPT LANGUAGE='javascript'>");
	document.write("var lm = document.lastModified; ");
	document.write("document.write('This page last updated on: <B>' +lm+ '</B>.')");
	document.write("</SCRIPT>");
	document.write("</I>");
	document.write("<BR>");
	document.write("</FONT>");
	document.write("</TR></TD></TABLE>");
	document.write("<!-- END FOOTER INFORMATION -->");
	}
	
function WriteFooter()
	{
	document.write("<!-- FOOTER INFORMATION -->");
	document.write("<TABLE BORDER='0' ALIGN='CENTER'><TR><TD></TD>");
	document.write("<TD WIDTH='435'>");
	document.write("<FONT FACE='Verdana' SIZE='1'>");
	document.write("<CENTER>");
	document.write("<A HREF='/index.html'>Home</A>&nbsp;&nbsp;");
	document.write("<A HREF='/AboutUs'>About Us</A>&nbsp;&nbsp;");
	document.write("<A HREF='/PhotoAlbums'>Photo Albums</A>&nbsp;&nbsp;");
	document.write("<A HREF='/Freeware'>Freeware</A>&nbsp;&nbsp;");
	document.write("<A HREF='/Woodworking/index.html'>Dickley Woodworking</A>");
	document.write("<BR><BR>");
	document.write("Web site and all contents © Copyright The Becher's 2005, All rights reserved.");
	document.write("<BR>");
  	document.write("<A HREF='mailto:email@thebechers.com?subject=thebechers.com'>email@thebechers.com</A>");
	document.write("<BR>");
	document.write("<I>");
	document.write("<SCRIPT LANGUAGE='javascript'>");
	document.write("var lm = document.lastModified; ");
	document.write("document.write('This page last updated on: <B>' +lm+ '</B>.')");
	document.write("</SCRIPT>");
	document.write("</I>");
	document.write("<BR>");
	document.write("</FONT>");
	document.write("</TR></TD></TABLE>");
	document.write("<!-- END FOOTER INFORMATION -->");
	}
