function openPopup(filename) {
	window.open(filename,
"","height=500,width=700,top=0,left=300,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,titlebar=no,toolbar=no,directories=no");
}

<!-- start footer -->
document.write("<p><table width=100% border=0 cellpadding=0 cellspacing=0 bgcolor='#a00000'>");
document.write("<tr><td align=center>");

document.write("<table width=75% cellpadding=2 cellspacing=0 border=0>");
document.write("<tr><td width=25% align='middle'>");
document.write("<font face='Trebuchet MS' color='#ffffff' style='font-size:9pt'>[ <a href='index.html'><font face='Trebuchet MS' color='#ffffff' style='font-size:9pt'>Home</font></a> ]</font>");
document.write("</td>");
document.write("<td width=25% align='middle'>");
		<!-- This is IQ's EULA -->
document.write("<font face='Trebuchet MS' color='#ffffff' style='font-size:9pt'>[ ");
document.write("<a href=" + '"' + "javascript:openPopup('iqeula.html');" + '"' + ">");
document.write("<font face='Trebuchet MS' color='#ffffff' style='font-size:9pt'>Legal</font></a> ]</font>");
document.write("</td>");
document.write("<td width=25% align='middle'>");
document.write("<font face='Trebuchet MS' color='#ffffff' style='font-size:9pt'>[ <a href='terms.html'><font face='Trebuchet MS' color='#ffffff' style='font-size:9pt'>Terms & Conditions</font></a> ]<font>");
document.write("</td>");
document.write("<td width=25% align='middle'>");
document.write("<font face='Trebuchet MS' color='#ffffff' style='font-size:9pt'>[ <a href='privacy.html'><font face='Trebuchet MS' color='#ffffff' style='font-size:9pt'>Privacy</font></a> ]<font>");
document.write("</td>");
document.write("</tr></table>");

document.write("</td></tr>");
document.write("<tr><td align='right' bgcolor='#C0C0C0'>");
document.write("<p><font face='Trebuchet MS' style='font-size:8.5pt'>Copyright &copy; 2005 InfoQuest Systems, Inc.  All rights reserved.</font></p>");
document.write("</td></tr></table></p>");
<!-- end footer -->
