function openPack(myURL) {
  window.open(myURL.href, "packshot",
    'width=450,height=450,scrollbars=no,resizable=no,toolbar=no,menubar=no,location=no,status=no');
  return false;
}