// SMALL MENU FOR THE HEADER AND FOOTER

document.write('<table border="0" cellpadding="0" cellspacing="0" width="700">');
document.write('  <tr>');
document.write('	<td bgcolor="#eaeaea" colspan="2">');
document.write('	  <img src="images/pixel_trans.gif" width="1" height="1" border="0"></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('	<td colspan="2">');
document.write('	  <img src="images/pixel_trans.gif" width="1" height="5" border="0"></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('	<td align="left" class="Blue_10pt">');
document.write('	  © Aegir 2004. All rights reserved.');
document.write('	</td>');
document.write('	<td align="right" class="Blue_10pt">');
document.write('	  <a href="index.html" class="Blue_10pt">Home</a>&nbsp;&nbsp;&nbsp;');
document.write('	  <a href="contact.html" class="Blue_10pt">Contact Us</a>&nbsp;&nbsp;&nbsp;');
document.write('	  <a href="privacy.html" class="Blue_10pt">Privacy</a>&nbsp;&nbsp;&nbsp;');
document.write('	</td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('	<td colspan="2">');
document.write('	  <img src="images/pixel_trans.gif" width="1" height="5" border="0"></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('	<td align="left" valign="top" class="DrkGray_8pt" width="50%">');
document.write('	  <a href="http://www.websdirect.com" target="_blank"');
document.write('	  class="LGrayVer_8pt">Powered by Websdirect</a></td>');
document.write('	<td align="right" class="DrkGray_8pt" width="50%">');
document.write('	<a href="http://www.aegir.com/seaport/index_files/frame.htm" target="_blank"><img src="images/logo_seaport_NAVSEA.gif" border="0"></a></td>');
document.write('  </tr>');
document.write('</table>');
