
var myquote="'";
var Nav4 = ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4));

function getFullYear(d) {
var y = d.getYear();
if (y < 1000) y += 1900;
return y;
}

document.write(

'<table width="767" border="0" cellspacing="0" cellpadding="0" height="62">'+
	'<tr height="14">');

if (Nav4) {
document.write('<td height="14" background="new_images/new_body_bottom.gif">');
} else {
document.write('<td height="14" background="new_images/new_body_bottom.png">');
}

document.write(

		'<div align="center">'+
		'<img src="new_images/spacer.gif" alt="" width="10" height="14" border="0"></div>'+
		'</td>'+
	'</tr>'+
	'<tr height="48">'+
		'<td valign="bottom" height="48">'+
		'<font size="1" face="Geneva" color="#999999"><div id="copyright" align="center">'+
		'Copyright &copy; 1996-');
		today=new Date();
		document.write(getFullYear(today));
document.write(
		' Intech Software Corporation. All rights reserved.<br>'+
		'All trademarks are property of their respective owners.<br>');
		
if (Nav4) {
document.write('<div align="center"><table width="345" border="0" cellspacing="0" cellpadding="0"><tr>'+		'<td width="200"><a href="http://www.SpeedTools.com/legal.html"><font size="1" face="Geneva" color="#999999"><u><div id="copyright" align="right">Legal Information</div></u></font></a></td>'+		'<td width="12"><font size="1" face="Geneva" color="#999999"><div id="copyright" align="center">|</div></font></td>'+		'<td width="200"><a href="http://www.SpeedTools.com/legal.html"><font size="1" face="Geneva" color="#999999"><u><div id="copyright" align="left">Privacy Policy</div></u></font></a></td>'+		'</tr></table></div>');
} else {
document.write('<div align="center"><table width="345" border="0" cellspacing="0" cellpadding="0"><tr>'+		'<td width="200"><font size="1" face="Geneva" color="#999999"><div id="copyright" align="right"><a href="http://www.SpeedTools.com/legal.html">Legal Information</a></div></font></td>'+		'<td width="12"><font size="1" face="Geneva" color="#999999"><div id="copyright" align="center">|</div></font></td>'+		'<td width="200"><font size="1" face="Geneva" color="#999999"><div id="copyright" align="left"><a href="http://www.SpeedTools.com/privacy.html">Privacy Policy</a></div></font></td>'+		'</tr></table></div>');
}

		document.write('</td>'+
	'</tr>'+
'</table>');