Scrollbars refresh document write javascript

Ok so first off i launch a popup with no scrollbars - fine
I then ask the user to make a decision- fine

if one of the the decisions is chose i need to redirect - fine
now i want to put back on the scrollbars - HELP!!!

ive tried this it works but the scrollbars dont come back on.

document.write("<META HTTP-EQUIV=‘Refresh’ CONTENT=‘0; URL=myNewPage.html’ SCROLLBARS=‘yes’>");

Any help much appriciated.

D