function openWin(myURL) {
  window.open(myURL.href, "FA",
    'width=800,height=700,scrollbars=yes,resizable=yes,toolbar=yes,menubar=yes,location=yes,status=yes');
  return false;
}