there's a little info on that for opening a popup window with that
here
self.menubar.visible=false;
self.toolbar.visible=false;
self.locationbar.visible=false;
self.personalbar.visible=false;
self.scrollbars.visible=false;
self.statusbar.visible=false;
that will probably help (
reference)
keep in mind that you may run into problems if you are trying to do this within a single window, and the user is using tabbed browsing. If you are doing it for a popup, I'd recommend the first method (from what I've seen in my searches).