discovery of today:
the firefox browser XUL has a vbox with id=”appcontent” that you can use the overlay stuff easily.
also, don’t try clever boolean logic in javascript when it would result in embarassing things like taking (!”false”) which evaluates as false since “false” is a string that evaluates to true