<!-- Cloak script from antiquated broswers

function checkFields(searchForm)
{
  if (searchForm.lname.value == "")
  {
    alert("'Last Name' Field is required to continue")
	searchForm.lname.focus()
	return false
  }
}

function openWindow()
{
  newWindow = window.open('/Payments/pinstrct.shtml','newWin','toolbar=no,location=no,scrollbars=yes,width=650,height=400')
}  

// End script cloak -->
