Resize pop up window (Javascript)
by spyka (http://www.spyka.net)
This little bit of code allows you resize a window, its helpful with pop ups. Insert between the <head></head> tags of your document!
The first value is the width, the second is the height.
<script>window.resizeTo('400','200')</script>