Figured it out. I don't know why I had to, but I had to set the scroll parameter to 'yes' in the body tag also. I thought this was default???

<body onload="resizeTo(400,500)" scroll='yes' >

Go Figure

Thanks