<!-- 
function popup(file,h,w){
	srcfile="popup/"+file+".html";
	window.open(srcfile,file,'height='+h+',width='+w+',top=105,left=135,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no');
}

// This is the text link footer for the home page

document.write('<img src=../images/navigation/blank.gif width=1 height=10>');
document.write('<div align="center">');
document.write('<font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#002266">');
document.write("|&nbsp;<a href=javascript:onClick=popup('term',650,500)>Terms and Conditions</a>&nbsp;|&nbsp;");
document.write("<a href=javascript:onClick=popup('privacy',650,500)>Privacy Policy</a>&nbsp;|&nbsp;");
// document.write('Site Map&nbsp;|&nbsp;');
document.write('<a href="https://market.aerospan.com" target="_blank">Login</a>&nbsp;|&nbsp;');
document.write('<a href="http://www.aerospan.com/registration/register.htm" target="_top">Register</a>&nbsp;|&nbsp;');
document.write('<a href="mailto:webmaster@aerospan.com?Subject=Feedback from Website">Contact Webmaster</a>&nbsp;|');
document.write('<br>');
document.write('© 2001 Aerospan.com, Inc.  All worldwide rights reserved.<BR>');
document.write('</font><img src=../../images/navigation/blank.gif width=1 height=10>');
document.write('</div>');

//-->
