
function writeHeader()
{

<!---Below is the top header image--->
document.write('<tr><!-- Row 1 --><td><table width="100%" height="0" border="0" cellpadding="0" cellspacing="0"><tr valign="top"><td><img src="img/topleft.jpg" width="482" height="250" alt="" border="0" align=""></td></tr></table>')

	<!---Below is the menu with button links down the left side --->
document.write('<div><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr valign="top"><td width="160">')
<!---image on the top left to complete the header is below--->

document.write('<img src="img/sidetop.jpg" width="250" height="236" alt="" alt="" border="0" align=""><br>')


document.write('<a href="index2.html"><img src="img/buttonhome.jpg" width="164" height="84" alt="" border="0" align=""></a><br>')
document.write('<a href="about.html"><img src="img/buttonabout.jpg" width="164" height="84" alt="" border="0" align=""></a><br>')
document.write('<a href="design.html"><img src="img/buttondesign.jpg" width="164" height="84" alt="" border="0" align=""></a><br>')
document.write('<a href="hosting.html"><img src="img/buttonhosting.jpg" width="164" height="84" alt="" border="0" align=""></a><br>')
document.write('<a href="otherproducts.html"><img src="img/buttonotherproducts.jpg" width="164" height="84" alt="" border="0" align=""></a><br>')
document.write('<a href="otherproducts.html"><img src="img/buttonotherservices.jpg" width="164" height="84" alt="" border="0" align=""></a><br>')
document.write('<a href="contact.html"><img src="img/buttoncontact.jpg" width="164" height="84" alt="" border="0" align=""></a><br>')

<!---Below is the text menu on the top of the page, just below the header image--->
document.write('<td><a href="index2.html">Home</a> |<a href="about.html">About</a> | <a href="design.html">Graphic/Website Design</a> | <a href="hosting.html">Website Hosting</a> | <a href="otherproducts.html">Other Products</a> | <a href="otherproducts.html">Other Services</a> | <a href="contact.html">Contact Us</a><p><p>')

}