function showImageDetail(path, w, h){
  
  window.open('./image_detail.php?path=' + path, '_blank', 'toolbar=0,location=0,menubar=0,scrollbars=1,width='+w+',height='+h);

}

