<!--
function ResizeBigImage(img){
    if(img.width>="580"){
        img.width = "580";
    }
}
//-->