function resizeImg(img){
var img_width = .5 * screen.width;
img.width = img_width;
}

