function footer() {

document.writeln('<br>');
document.writeln('<table width="770" cellspacing="2" cellpadding="0" border="0">');
document.writeln('<tr>');
document.writeln('<td class="blackfooter" bgcolor="#ffffff" align=center>');
document.writeln('<a href="/universal.htm">DataPilot Universal Kit</a> | ');
document.writeln('<a href="/products.htm">DataPilot Individual Kit</a> | ');
document.writeln('<a href="/mac_overview.htm">DataPilot for Mac</a> | ');
document.writeln('<a href="/dp_corporate.htm">DataPilot Corporate</a> | ');
document.writeln('<a href="/dtc_overview.htm">DataPilot Transfer Center (DTC)</a> | ');
document.writeln('<a href="/dataconnect.htm">DataConnect</a> | ');
document.writeln('<a href="/datasaver.htm">DataRecovery</a>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td bgcolor=#ffffff>&nbsp;');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');

document.writeln('<table width="770" cellspacing="0" cellpadding="0" border="0">');
document.writeln('<tr>');
document.writeln('<td class="footer" bgcolor="#000000">');
document.writeln('&#169; 2005 Susteen, Inc. All rights reserved.');
document.writeln('</td>');
document.writeln('<td align="right" class="footer" bgcolor="#000000">');
document.writeln('<a href="/sitemap.htm"><font color="#FFFFFF">Site Map</font></a>&nbsp;|&nbsp;');
document.writeln('<a href="/affiliate.htm"><font color="#FFFFFF">Affiliate Program</font></a>&nbsp;|&nbsp;');
document.writeln('<a href="/termsofuse.htm"><font color="#FFFFFF">Terms of Use</font></a>&nbsp;|&nbsp;');
document.writeln('<a href="/privacypolicy.htm"><font color="#FFFFFF">Privacy Policy</font></a>&nbsp;|&nbsp;');
document.writeln('<a href="/about.htm"><font color="#FFFFFF">About Us</font></a>&nbsp;|&nbsp;');
document.writeln('<a href="/contact.htm"><font color="#FFFFFF">Contact Us</font></a>&nbsp;&nbsp;');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');

document.writeln('<noscript><img src="http://wwv.susteen.com/spacer.gif?event=6~~28~susteen" border=0 height=1 width=1></noscript>');
document.writeln('<script language=javascript><!--');
document.writeln('var hs_ES = "28~susteen";');
document.writeln('var hs_psES = "";');
document.writeln('var hs_defPg = "index.htm";');
document.writeln('var h_w = window;');
document.writeln('if (h_w.hs_strt) ');
document.writeln('{ hs_td = new Date(); var hs_end = hs_td.getTime();');
document.writeln('  hs_td = (hs_end - h_w.hs_strt)/ 1000.0;');
document.writeln('  hs_ES="117~" + hs_td + "~" + hs_ES; }');
document.writeln('//--></script>');
document.writeln('<script language="javascript" src="sc_susteen.js"></script>');

}

//edit by nathanael mallow

function newWindow (htmFile, winName,w,h) {
var options="menubar=yes,width="+w+",height="+h;
var n = msgWindow = window.open(htmFile, winName, "location=0,menubar=no,width="+w+",height="+h+",resizable=yes,scrollbars=yes,screenX=100,screenY=100");
n.focus();
}
