Found that one the other day... I've been reworking the code, as I do, I find things I missed or didn't write that needed worked on...
in includes\modules\pages\product_auction_info\jscript_main.php
change the first script as below or just the width and height as needed.
Code:
function popupWindow(url) {
window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=450,height=320,screenX=150,screenY=150,top=150,left=150')
}
also changing scrollbars to yes helps.