﻿function ReImgSize(){
for (j=0;j<document.images.length;j++)
{
document.images[j].width=(document.images[j].width>440)?"440":document.images[j].width;
}
} 