Tom, you probably meant window.resizeTo(0,0). The problem is it preserves the browser chrome, unless you go into full screen mode first, but then I/m not sure how to get the browser chrome back.
Jorge,
window.moveTo() would work, but both of these methods may confuse the user, if they try to click on their taskbar and nothing happens - maybe onFocus check against an isminimized flag that you set and resize it back to (or better yet move it like Tom said) back to its original state. jared@aauser.com