
function viewphoto(string,w,h)
 {
  param='width='+w+',height='+h;
  foto=window.open('/images/view.php?foto='+string,'foto',param);
  foto.focus();
 }


