function popupWindowFitImage(url) {
  window.open(url,'popupWindow',"resizable=yes, location=no");
}