<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2920.0" name=GENERATOR></HEAD>
<BODY style="FONT: 10pt MS Sans Serif; MARGIN-LEFT: 2px; MARGIN-TOP: 2px">
<DIV>How about something like what's below.&nbsp; You'ld also want to put in 
some window.close() statements.&nbsp; You pass the file you are reading into the 
pop-up window.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&lt; HTML&gt;<BR>&lt; HEAD&gt;</DIV>
<DIV>&lt; TITLE&gt;&lt;/title&gt;</DIV>
<DIV>&lt; SCRIPT LANGUAGE="JavaScript"&gt;<BR>function newwindow(page) 
{<BR>myPage = window.open(page, "secondwindow", 
"toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=150,height=250,top=100,left=200,screenX=100,screenY=200");<BR>}<BR>&lt; 
/Script&gt;<BR>&lt; /head&gt;</DIV>
<DIV>&lt; BODY&gt;</DIV>
<DIV>Taxpayers will continue to seek minimization strategies and &lt; 
B&gt;loopholes&lt;/B&gt;&lt; A NAME="foot3"&gt;&lt; /A&gt;&lt;a 
href="JavaScript: newwindow('./myfile.html#foot3')"&gt;&lt; SUP&gt; <BR>3&lt; 
/SUP&gt;&lt; /A&gt; in the <BR>system. Hence, policy-makers will want to close 
these loopholes with yet <BR>more complex rules and definitions. <BR></DIV>
<DIV>&lt; /body&gt;</DIV>
<DIV>&lt; /html&gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV>hth,</DIV>
<DIV>Joe</DIV>
<DIV><BR>&gt;&gt;&gt; phumes1@home.com 8/9/01 6:00:40 AM &gt;&gt;&gt; 
<BR><BR>Within my html file I could have hundreds of footnotes references. 
<BR>Presently these are all at the end of my file. If you click on the footnote 
<BR>"3" it jumps to that reference at the end of the file. <BR><BR>Example: 
<BR><BR>Taxpayers will continue to seek minimization <BR>strategies and 
&lt;B&gt;loopholes&lt;/B&gt;&lt;A NAME="foot3"&gt;&lt;/A&gt;&lt;A 
HREF="#ftnote3"&gt;&lt;SUP&gt; <BR>3&lt;/SUP&gt;&lt;/A&gt; in the <BR>system. 
Hence, policy-makers will want to close these loopholes with yet <BR>more 
complex rules and definitions. <BR><BR>What I would like to do is be able to 
click on the superior figure "3" and <BR>have a popup window appear with the 
footnote text <BR>in the window rather than jumping to the end of the file. 
<BR><BR>Does that make sense? <BR><BR></DIV></BODY></HTML>