// JavaScript Document
function openWin(myURL) {   window.open(myURL.href, "win"+(new Date()).getSeconds(),     'width=600,height=400,scrollbars=yes,status=yes,');   return false;}
