Disable toll bars

hey yo peeps!.. i finally solve the load window with specific messurements… actually here is the code if this can help someone…

<head>

<script type=“text/javascript”>
function resizeWindow()
{
top.resizeTo(500,300)
}
</script>

and on the body tag

<body onload=“resizeWindow()”>

WELL NOW… THE THING IS THAT NOW I JUST DON’T NOW HOW TO DISABLE THE TOLL BARS, SCROLLBARS AND ALL THAT FEATURES…

I HOPE SOMEONE CNA HELP THIS DESPERATE NEWBY!!

THNX IN ADVANCE

CYA!