[code]<SCRIPT LANGUAGE="JavaScript">
<!--
function ResizeToFit(){
var imgWidth;
var imgHeight;
if (document.imgLarge && document.imgLarge.complete)
{
imgWidth = document.imgLarge.width + 20;
imgHeight = document.imgLarge.height + 115;
window.resizeTo(imgWidth,imgHeight);
}
}
//-->
</SCRIPT>[/code] Read the rest of this entry »