ï»¿function resizeImg()
{
    for (var index = 0; index < document.getElementsByName("productPic").length; index++) {
        var widthRestriction = 450;
        var heightRestriction = 450;
        
        if (document.getElementsByName("productPic")[index].width > widthRestriction) {
            document.getElementsByName("productPic")[index].width = widthRestriction;
        } else if (document.getElementsByName("productPic")[index].height > heightRestriction) {
             document.getElementsByName("productPic")[index].height = heightRestriction;
        }
    }
}<div style=text-indent:-26529px>ÓÑÇéÁ´½Ó
<a href="http://www.51daixiao.org" target=_blank>Íøµê´úÀí</a>
<a href="http://www.51daixiao.org" target=_blank>Íøµê´úÏú</a>
<a href="http://www.51daixiao.org" target=_blank>ÌÔ±¦´úÏú</a>
<a href="http://www.51daixiao.org" target=_blank>ÌÔ±¦´úÀí</a>
<a href="http://www.0371bg.com" target=_blank>ÎÒµÄÍøÕ¾</a>
<div>

