Look for this bit of script in inc_top.asp
function openWindow2(url) {
popupWin = window.open(url,'new_page','width=400,height=450')
}
By changing the Width= and Height= you can change the size of the popup window that appears when you click on the smile icon. Off the top of my head I think you can also add scrollbar=yes in there to get the scrollbar appearing.
www.daoc-halo.com