function openWin(myURL) {  window.open(myURL.href, "win"+(new Date()).getSeconds(),    'width=300,height=240,location=yes,menubar=yes,resizable=yes,scrollbars=yes');  return false;}
