When you say no javascript I assume you mean you're asking from a Firefox user perspective, not as a coder? If you're not opposed to javascript in principle you could always type this into your address bar:
javascript:window.open("http://www.google.com", "_blank", "resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no")
This will open a url in a new window, without toolbars. You will have to uncheck Block popup windows in Tools > Options > Content for this to work though. Also, Firefox from version 3 forces the address and status bars to be shown on all windows, you can disable this in about:config (more information).