var resize_img = function(obj){
    if(obj.width > 120){
        obj.width = 120;
    }
}