function openReleaseWindow() { ReleaseWin = window.open('/hp/bsms_release?win=compact','newsrelease','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=260,height=160,left=10,top=10,screenX=10,screenY=10'); } function openContentsWindow() { ContentsWin = window.open('/hp/bsms_release_contents?win=compact','contents','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=260,height=160,left=260,top=120,screenX=260,screenY=120'); } function openReportWindow() { ReportWin = window.open('/database/bsms_release_report?win=compact','report','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=260,height=140,left=screen.width-300,top=10,screenX=10,screenY=10'); } function openPopupWin() { sx=screen.width-300; }