function PassIt() {
 PassPort="otherland/" ;
  PassPort += this.document.TagFish.PassName.value + ".htm";
  Pass_ID = this.document.TagFish.PassID.value;

  if ((PassPort=="otherland/.htm") || (PassPort.length!=19) || (Pass_ID.length<=2)) PassPort="otherland/index.htm";

document.location.href=PassPort;
}



