function ShowImag(file, w, h){
      ww = w;
      hh = h;
      window.open('/photo.php?f='+file+'&w='+w+'&h='+h, 'Sample', ' width='+ww+', height='+hh+', scrollbars=no,resizable=no,toolbar=no,status=no,menubar=no');
 }
 function hideLoading() {
     document.getElementById('pageIsLoading').style.display = 'none';
 }

