function popUpWindow(page) { bPopup = true; page = "https://www.bfound.net/" + page thewindow = window.open(page , 'preview', config=''); thewindow.focus(); } function popUpWin(page) { bPopup = true; page = "https://www.bfound.net/" + page thewindow = window.open(page , 'anew', config='height=280,width=200,toolbar=no,menubar=no,scrollbars=no,resizable=yes,location=no,directories=no,status=no'); thewindow.focus(); } function popUpNew(page, name) { bPopup = true; thewindow = window.open(page , name, config='height=470,width=600,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no'); thewindow.focus(); } function popUpNewAddUrl(page, name) { bPopup = true; page = "https://www.bfound.net/" + page thewindow = window.open(page , name, config='height=470,width=600,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no'); thewindow.focus(); } var popupImpWin; function popupImproved(page, name, width, height, addUrl, scrollbars) { bPopup = true; var scrollText; if(scrollbars) scrollText='yes'; else scrollText='no'; if(addUrl) page = 'https://www.bfound.net/' + page; popupImpWin = window.open(page , name, config='height='+height+',width='+width+',toolbar=no,menubar=no,scrollbars='+scrollText+',resizable=yes,location=no,directories=no,status=no'); popupImpWin.focus(); } // used in html generated in getRSCVLog function popUpWinResponse(page) { page = "https://www.bfound.net/" + page thewindow = window.open(page , 'anew', config='height=200,width=300,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no,status=no'); thewindow.focus(); }