
var flag=false;
function resize(ImgD){
   var image=new Image();
   image.src=ImgD.src;
    
     ImgD.height=160;
     ImgD.width=(image.width*160)/image.height;     

} 

