No Scrollbars?

Allright, i’ve tried the search but no solutions just yet.

I’ve made an index.html that has a link in it. When you click it, it opens up another page containing a .swf to fullscreen. The only problem is that I still see a (faded) scrollbar to my right side. How is that possible?

This is in the <HEAD> of my index.html:
<script>
function fullwin(targeturl){
window.open(targeturl,"",“fullscreen”)
}
</script>

And this is in the body of my index.html:

<a href=“index.html” onClick=“window.open(‘nextpage.html’, ‘’, ‘fullscreen=1, scrollbars=0’);”>

But is just doesn’t seem to work. I know it can be done but what am I doing wrong?

Please help…I’m slowly going insane trying to figure this out…help…