function suitPic() {
    var imgName = "post_img";
    var width   = 0;
    var height  = 0;
    var changed = 0;
    var setwidth = 650;
    var setheight = 2000;
    var post_img = document.getElementsByName(imgName);
    try {
        for (i = 0; i < post_img.length; i++) {
            width = post_img[i].width;
            height = post_img[i].height;
            changed = 0;
            if (post_img[i].width > setwidth) {
                n = post_img[i].width / setwidth;
                post_img[i].width = setwidth;
                post_img[i].height = height / n;
                changed = 1;
            }
            if (post_img[i].height > setheight) {
                n = post_img[i].height / setheight
                post_img[i].width = post_img[i].width / n;
                post_img[i].height = setheight;
                changed = 1;
            }
            if (changed == 1) {

            }
        }
        window.setTimeout("suitPic()", 100);
    }
    catch(e) {
        window.setTimeout("suitPic()", 100);
    }
}
//suitPic();

function ResumeError() {
 return true;
 }
window.onerror = ResumeError;

//document.writeln("<script>dd=\'document.documentElement\';dd=eval(dd+\'.clientWidth\')>0?dd:\'document.body\';ddw=dd+\'.clientWidth\';ddl=dd+\'.scrollLeft\';ddt=dd+\'.scrollTop\';ddh=dd+\'.clientHeight\';style=\'POSITION: absolute;z-index:9999;LEFT: expression(eval(\'+ddl+\')+eval(\'+ddw+\')-this.width);TOP: expression(eval(\'+ddt+\')+eval(\'+ddh+\')-this.height)\';document.write(\'<div id=\"lpdiv1967\" style=\"\'+style+\'\" height=\"300\" width=\"110\"><IFRAME id=\"p231\" MARGINHEIGHT=0 MARGINWIDTH=0 FRAMEBORDER=0 WIDTH=100 HEIGHT=300 SCROLLING=NO SRC=\"http:\/\/union.mop.com\/ushow.jsp?idea=231&user=1171\"><\/IFRAME><img src=\"\/images\/close.gif\" style=\"position:absolute;top:3px;right:3px;CURSOR: hand;FILTER: glow(color=ffffff,strength=1);\" onclick=\"this.style.display=\\\'none\\\';lpdiv1967.style.display=\\\'none\\\';\"><\/div>\');<\/script>")