function w(str){document.writeln(str);} function LoadImg(o,w,h){ var dw=o.width; var dh=o.height; if(dw>w){o.height=dh*w/dw;o.width=w;} if(o.height>h){o.width=dw*h/dh;o.height=h;} o.style.padding=(h-o.height)/2+"px 0px" } w("