function openpic(picurl, picheight, picwidth) { var winW = 630, winH = 460; if (parseInt(navigator.appVersion)>3) { if (navigator.appName=="Netscape") { winW = window.innerWidth; winH = window.innerHeight; } if (navigator.appName.indexOf("Microsoft")!=-1) { winW = document.body.offsetWidth; winH = document.body.offsetHeight; } } window.open("http://www.databiotech.com/_utilities/picresize.php?" + picurl, "foto", "resizable, scrollbars, height=" + picheight + ", width=" + picwidth + ", left=10, top=10"); }