//ShowImage
// zobrazi obrazek...
function ShowImage(filename) {
  window.open(encodeURI("foto.php?img=" + filename), "_blank", "toolbar=no,scrollbars=no,location=no,status=no,width=530,height=460,resizable=1,screenX=150,screenY=150", false);
}

