function fdx_StartPopup(x,y,PstrPage)
{ var w;

  if(navigator.javaEnabled())
  { 
    if(screen.height>=1024)
    {  w=window.open("","FindRex","toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width=785,height=820,top=0,screenY=0,left=0,screenX=0,alwaysRaised=yes");
    }
    else if(screen.height>=768)
    {  w=window.open("","FindRex","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","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><meta http-equiv="REFRESH" content="1;URL=http://www.findrex.com/admin/ca-popup.html"></html>');
    w.document.close();
  }
  else
  { w=window.open("","FindRex","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<br></font></center></BODY></HTML>");
    w.document.close();
  }
}
