\n'); } function openWin(docLoc) { nWin = window.open('', 'nWin', 'toolbar=no,location=no,scrollbar=no,width=624,height=724') scW = 350; scH = 200; nWin.moveTo(scW,scH); nWin.document.location.href = docLoc; nWin.focus(); } //-->