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