﻿
function resizeImage(obj){

if(obj.width>170)obj.width=170;

}

