<script type="text/javascript"> function resize() { var width = document.images['myimage'].width ; var height = document.images['myimage'].height; var newheight = height+50; window.resizeTo(width,newheight) } </script> <body onload="resize();">