function accreditation(sURL) {
  win=window.open(sURL, "WIN",
  "scrollbars=no,location=no,menu=no,toolbar=no,width=420,height=190");
}