// winopen and goURL are used to display error message details

function winopen(url,stuff,morestuff) {
  window.open(url,stuff,morestuff).focus();
}
function goURL(purl) {
  location=purl;
}
