  function showImg(_id, _img, $file, $width, $height) {
           window.open("/file.php?img="+$file,'Tip','menubar=no,location=no,toolbar=no,resizable=no,scrollbars=no,status=no,width='+$width+',height='+$height+'');
  }

