How can I hide the location / address bar of a popup created with JS? I attach an image where I marked the place to hide.

Is it possible? For this, I use the script below.
var ctr=0; function openpopup(popurl){ var winName = "New_"+(ctr++); winpops=window.open(popurl,winName,"height=300,width=500,top=300,left=500,scrollbars=yes,resizable") }
and used this to call onClick = 'openpopup (this.href); return false; '
Please help me for the same.
Gopipuli
source share