How can I make IE's window size change, say, when I do a mouseover on a table row? Right now I am doing something like <tr mousover="reSize();"> calling a function called reSize(), but I don't know window.size commands to call? Is this possible? Thanks.