function fdx_StartApplet(PstrPage)
{ var w;

  if(navigator.javaEnabled())
  { 
    if(screen.height>=1024)
    {  w=window.open("","FindRex_com","toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width=785,height=980,top=0,screenY=0,left=0,screenX=0,alwaysRaised=yes");
    }
    else if(screen.height>=864)
    {  w=window.open("","FindRex_com","toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width=785,height=800,top=0,screenY=0,left=0,screenX=0,alwaysRaised=yes");
    }
    else if(screen.height>=768)
    {  w=window.open("","FindRex_com","toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width=785,height=710,top=0,screenY=0,left=0,screenX=0,alwaysRaised=yes");
    }
    else
    {  w=window.open("","FindRex_com","toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width=785,height=535,top=0,screenY=0,left=0,screenX=0,alwaysRaised=yes");
    }
    w.document.write("<HTML><TITLE>FindRex</TITLE><BODY  topmargin=0 leftmargin=0 BGCOLOR=#FFFFFF><CENTER>");

w.document.write('<CENTER><TABLE cols="3" cellpadding="0" border="0"  cellspacing="0" >');
w.document.write('<tr VALIGN=TOP>');
w.document.write('<td ALIGN=LEFT VALIGN=TOP border="0" width="250">');
w.document.write('<a href="http://click.linksynergy.com/fs-bin/click?id=nrHEqaEKfI0&offerid=38556.10000005&type=4&subid=0"><IMG  width="120" height="60" alt="Seabear.com 120 x 60 (Static)" border="0" src="http://www.seabear.com/banners/seabear-banner-120-60.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=nrHEqaEKfI0&bids=38556.10000005&type=4&subid=0">');
w.document.write('</td><td ALIGN=CENTER VALIGN=TOP width="250">');
w.document.write('<div align=center>');
w.document.write('<IMG border=0 SRC="http://www.findrex.com/image/logo-text-sans-strip.jpg">');
w.document.write('</div></td><td ALIGN=RIGHT VALIGN=TOP width="250">');
w.document.write('<a href="http://click.linksynergy.com/fs-bin/click?id=nrHEqaEKfI0&offerid=77305.10001277&type=4&subid=0"><IMG  width="120" height="60" alt="120x60" border="0" src="http://images.apple.com/storenews/linkshare/ipod/firestone_affiliate_120x60.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=nrHEqaEKfI0&bids=77305.10001277&type=4&subid=0">');
w.document.write('</td><tr></table></CENTER>');


    w.document.write('<br><APPLET CODE="Popup.class" ARCHIVE="/url.jar" WIDTH=765 HEIGHT=790><PARAM NAME=site VALUE="'+PstrPage+'">This Java applet req. Java.</APPLET><br>');

    w.document.write('<font face="Trebuchet MS, Arial, Helvetica">');
    w.document.write('<A HREF="http://findrex.com/admin/submit.html"><b>Submit Your Site</b></a> | ');
    w.document.write('<A HREF="http://findrex.com/admin/ad.html"><b>Media Kit</b></a><br>');
    w.document.write("findRex.com, Copyright 2003-2005 v1.003</CENTER><br></font></BODY></HTML>");
    w.document.close();
  }
  else
  { w=window.open("",null,"toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width=400,height=360,top=0,screenY=0,left=0,screenX=0,alwaysRaised=yes");
    
    w.document.write("<HTML><TITLE>FindRex Java v2</TITLE><BODY  topmargin=0 leftmargin=0 BGCOLOR=#FFFFFF><CENTER>");
    w.document.write("<IMG border=0 SRC='http://www.findrex.com/image/logo-text-sans-strip.jpg'>");
    w.document.write('<font face="Trebuchet MS, Arial, Helvetica">');
    w.document.write('<br><p>Your system does not seem to have Java (JVM). As a result');
    w.document.write('&nbsp;you are not getting the full benefit of findRex.com or the Internet.');
    w.document.write('We recommend that you install Java - its free from Sun Microsystems.</p><br><br>');
    w.document.write('<a href="http://www.findrex.com/splash/red1.html" target="new"><img border="0" src="http://www.findrex.com/image/get-java.jpg"></a><br><br>');

    w.document.write('<A HREF="http://findrex.com/admin/add.html"><b>Submit Your Site</b></a> | ');
    w.document.write('<A HREF="http://findrex.com/admin/ad.html"><b>Media Kit</b></a><br>');
    w.document.write("findRex.com, Copyright 2003-2005<br></font></center></BODY></HTML>");
    w.document.close();
  }
}
