you had to insert something in inc_top.asp? what i am trying to say is that the popup window has a fixed size, set in the file called inc_top.asp...
if you look at the lines:
function openWindow2(url) {
popupWin = window.open(url,'new_page','width=400,height=450')
}
when you change it to this code, it should have scrollbars:
function openWindow2(url) {
popupWin = window.open(url,'new_page','width=400,height=450,scrollbars=yes')
}

Crash's Site | Crash is from 