function Validate350_300(TheForm)
   {
   var invio=true;
   if (invio==true)
      {
      fin=window.open("about:blank","fin","width=350,height=300,scrollbars=no,resizable=yes,status=no,toolbar=no,location=no");
      timer=setTimeout("return true",200)
      }
   }
/*
>>> FORM
<FORM NAME="NOME" METHOD="GET" 
ACTION="http://www..." onSubmit="return Validate(this)" TARGET="fin">
</FORM>
>>> LINK
<a href="http://www..." target="fin" onclick="return Validate350_300(this)">
*/
function Validate620_450(TheForm)
   {
   var invio=true;
   if (invio==true)
      {
      fin=window.open("about:blank","fin","width=620,height=450,scrollbars=yes,resizable=yes,status=no,toolbar=no,location=no");
      timer=setTimeout("return true",200)
      }
   }
/*
>>> FORM
<FORM NAME="NOME" METHOD="GET" 
ACTION="http://www..." onSubmit="return Validate(this)" TARGET="fin">
</FORM>
>>> LINK
<a href="http://www..." target="fin" onclick="return Validate620_450(this)">
*/
function Validate400_297(TheForm)
   {
   var invio=true;
   if (invio==true)
      {
      fin=window.open("about:blank","fin","width=400,height=297,scrollbars=no,resizable=no,status=no,toolbar=no,location=no");
      timer=setTimeout("return true",200)
      }
   }
/*
>>> FORM
<FORM NAME="NOME" METHOD="GET" 
ACTION="http://www..." onSubmit="return Validate(this)" TARGET="fin">
</FORM>
>>> LINK
<a href="http://www..." target="fin" onclick="return Validate400_297(this)">
*/
function Validate600_400(TheForm)
   {
   var invio=true;
   if (invio==true)
      {
      fin=window.open("about:blank","fin","width=600,height=400,scrollbars=no,resizable=no,status=no,toolbar=no,location=no");
      timer=setTimeout("return true",200)
      }
   }
/*
>>> FORM
<FORM NAME="NOME" METHOD="GET" 
ACTION="http://www..." onSubmit="return Validate(this)" TARGET="fin">
</FORM>
>>> LINK
<a href="http://www..." target="fin" onclick="return Validate600_400(this)">
*/
