> Is it possible to drag the browser itself from inside the document
> window?
<disclaimer>Without trying it</disclaimer>, you should be able to take
a standard DOM-drag script (like the one at [
http://youngpup.net/2001/domdrag ]) and modify it to call
window.moveBy() or window.moveTo() to move the window... but note that
several browsers nowdays will block scripts from changing a windows
position. Then again, this may not matter because this doesn't sound
like the kind of thing that would be required... just a nice feature.
Hope this helps!