Popup Resizer
Download the js file; to use this script add:
<script src="resizewin.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
booyah = new resizeWin(400,300); //(width, height)
booyah.stayCentered();
//-->
</script>
into the <head> of your page. Then add onLoad="booyah.initWin()" onResize="booyah.onResize()" to the <body> tag of your page.
Comment out the booyah.stayCentered() line if you don't want it to stay centered (obviously).
original
wide
tall
big
small
Courtest of Uncle Jim's Web Designs.