// JavaScript Document

function openWinlarge1(myURL) {   window.open(myURL.href, "win"+(new Date()).getSeconds(),     'width=680,height=550,scrollbars=yes');   return false; }

