// function to display header
function Display_Header()
{
document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="100%" height="78">');
document.writeln('<tr>');
document.writeln('<td colspan=2 valign="top" align="left" width="640" nowrap>');
document.writeln('<img src="images/bkgd2.jpg" alt="debitage.com Logo graphic" width="594" height="193" border="0"></td>');
document.writeln('<td rowspan=2 valign="top" align="left" nowrap background="images/brn.jpg"></td></tr>');
document.writeln('</table>');
document.writeln('<br><table border="0" cellpadding="0" cellspacing="0" width="100%">	<tr><td>');
document.writeln('	<table border="0" cellpadding="0" cellspacing="0" width="640">	<tr><td width="136" valign=top align=center>');
document.writeln('<table width="125" border="0" cellspacing="0" cellpadding="0">		<tr><td><img src="images/Not.gif" alt="what section" width="125" height="21" border="0"></td></tr>');
document.writeln('<tr><td class="navlink"><a HREF="index.html">Home</a></td></tr>');
document.writeln('<tr><td class="navlink"><a HREF="addons.html">Add-ons</a></td></tr>');
document.writeln('<tr><td class="navlink"><a HREF="http://atanks.forumwise.com">Forums</a></td></tr>');
document.writeln('<tr><td class="navlink"><a HREF="http://sourceforge.net/projects/atanks/">Sourceforge</a></td></tr>');

document.writeln('		<tr><td><img src="images/Not.gif" alt="what section" width="125" height="21" border="0"></td></tr>');
document.writeln('		</table><div id="navspacers"></div>');
document.writeln('		<table width="125" border="0" cellspacing="0" cellpadding="0">');
document.writeln('		<tr><td><img src="images/Not.gif" alt="Site section" width="125" height="21" border="0"></td></tr>');
document.writeln('		<tr><td class="navlink"><A HREF="https://sourceforge.net/projects/atanks/files/">Downloads</a></td></tr>');
document.writeln('		<tr><td class="navlink"><A HREF="screenshots.html">Screenshots</a></td></tr>');
document.writeln('		<tr><td class="navlink"><A HREF="items.html">Items</a></td></tr>');
document.writeln('		<tr><td><img src="images/Not.gif" alt="what section" width="125" height="21" border="0"></td></tr>');
document.writeln('		</table><div id="navspacers"></div>');
document.writeln('		<table width="125" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tr><td><img src="images/Not.gif" alt="Site section" width="125" height="21" border="0"></td></tr>');
document.writeln('<tr><td class="navlink"><A HREF="docs.html">Docs</a></td></tr>');
document.writeln('<tr><td class="navlink"><A HREF="requirements.html">Requirements</a></td></tr>');
document.writeln('<tr><td class="navlink"><A HREF="contact.html">Contact</a></td></tr>');
document.writeln('<tr><td class="navlink"><A HREF="http://atanks.forumwise.com">Report a Bug</a></td></tr>');

document.writeln('		<tr><td><img src="images/Not.gif" alt="what section" width="125" height="21" border="0"></td></tr>');
document.writeln('		</table>');
document.writeln('<BR><a href="http://sourceforge.net/"><img src="images/sflogo.png" width="125" height="37" border="0" alt="SourceForge.net Logo"></a>');
}




function Display_Footer()
{

document.writeln('<table border=0 cellPadding=0 cellSpacing=0 width="100%" bordercolor="#6E7684" bgColor="#6E7684"><tr><td width="100%" align=left bgColor="#6E7684"></td></tr></table>');
document.writeln('<table cellpadding=0 border=0 align=center width="100%"><tr><td NOWRAP valign=top align=left>');
document.writeln('<font class=Copyright>Last updated on Thursday, Aug 27, 2009</font>');
document.writeln('</td></tr>');
document.writeln('<tr><td NOWRAP valign=top><font class=Copyright>Copyright &copy; 2009 <a href="http://atanks.sourceforge.net/">atanks.sourceforge.net</a>. All rights reserved.</font></td></tr></table>');
document.writeln('<table border=0 cellPadding=0 cellSpacing=0 width="100%" bordercolor="#6E7684" bgColor="#6E7684">');
document.writeln('<tr><td width="100%" align=left bgColor="#6E7684">');
document.writeln('</td></tr></table>');

}

