// JavaScript Document
<!--
function CheckPage346994b2fa()
{
   var nResult = 0;
   nResult += NotEmpty( nResult, 'fld_983750f9b6','Name' );
   nResult += Email( nResult, 'fld_e34f6aaaec','Email Address' );
   nResult += NotEmpty( nResult, 'fld_d616270244','Telephone' );

   if ( nResult == 0 )
   {
      if (1)
      {
         var el = document.getElementById( 'frm_554126eeb0' );
         if ( typeof(el)=='object' && el != null ) el.submit();
      }
      else ChangePage( 0, 1 );
   }
}
-->