function InsertHTMLFrmRegRecipientSpec(pcLead)
  // pcLead is the bit before the @
  {
  var str="<input type=hidden name=\"recipient\" value=\""
  str+=pcLead
  str+="@ris"
  str+="ks"
  str+="oftware.com"
  str+=".au\">"
  document.write (str)
  }
