function popUpImage(path) {
  var newWindow = window.open('/share/resizeImage.php?path='+path,'','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=1');
  newWindow.focus();	
}


