function openImage(imgId,loc){
  window.open('image.php?id='+imgId+'&loc='+loc,'','status=0,addressbar=0,toolbar=0,menubar=0,scrollbars=0,title=0;resiszable=0');
}