Sure, I'm sure you already knew about this though
<SCRIPT language="JavaScript">
<!--
function winscroll(URL, width, height) {
var win = window.open(URL, "popup","height=" + height + ",width=" + width + ",top=0,left=0,scrollbars,resizable")...