<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2652.35">
<TITLE>RE: [Javascript] Re: Popup window from an anchor</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>If all of your footnotes are on the same page, then just pass the footnote name to the function and modify the function:</FONT></P>

<P><FONT SIZE=2>&lt; SCRIPT LANGUAGE=&quot;JavaScript&quot;&gt;</FONT>
<BR><FONT SIZE=2>function newwindow(ftname) {</FONT>
<BR><FONT SIZE=2>var footNoteName;</FONT>
<BR><FONT SIZE=2>footNoteName=document.location + &quot;#&quot; + ftName;</FONT>
<BR><FONT SIZE=2>myPage = window.open(footNoteName, &quot;secondwindow&quot;, &quot;toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=150,height=250,top=100,left=200,screenX=100,screenY=200&quot;);</FONT></P>

<P><FONT SIZE=2>}</FONT>
<BR><FONT SIZE=2>&lt; /Script&gt;</FONT>
</P>

<P><FONT SIZE=2>And then the call would be:</FONT>
<BR><FONT SIZE=2>&lt;a href=&quot;JavaScript:newwindow('foot3')&quot;&gt;&lt; SUP&gt;3&lt;/SUP&gt;&lt;/A&gt; </FONT>
</P>
<BR>

<P><FONT SIZE=2>Bob Filipiak (Contractor)</FONT>
<BR><FONT SIZE=2>MCP </FONT>
</P>
<BR>

</BODY>
</HTML>