 function Getstats() {
  window.status=('Attempting to Login to user area.')
  
  var AccId;
  var iName;
  AccId = document.iAccInput.iAccID.value
  iName = document.iAccInput.iName.value
		 
     if (AccId == "" || iName == "")
	{ 
         alert('\nERROR\nYou must enter ALL Details,\nto View your statistics.\n');
         window.status=('Missing data or Invalid.  Check spelling and Ensure Names are in Correct Case.')
	} 
    else
	{
         
	 var location=("pw" + iName + AccId + ".htm");
         this.location.href = location;
window.status=('   Verifying:  ' + iName + '-' + AccId + '  Please wait........');
	}
	}
	
	
//{
// if (text1==text2 && text3==text4)
 //load('success.htm');
 //else 
 //{
 // load('failure.htm');
// }
//}