Bill,
>
onClick="newWindow('page.html','pagename','width=450,height=250,scrollbars=a
> uto');"
You are confusing the CSS "overflow" property with the "scrollbars"
option of the window.open feature parameter. "auto" is a valid value of the
"overflow" property, but not of the "scrollbars" option.
James Aylard