function openWin(myURL) {
  window.open(myURL.href, "win"+(new Date()).getSeconds(),
    'width=700,height=470');
  return false;
}