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