function openWin(myURL) {  window.open(myURL.href, "win"+(new Date()).getSeconds(),    'width=650,height=200,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no');  return false;}