function Foto(p_foto,p_name,p_formaat)
{

  if (p_formaat == "H")
  {
    url = "../$Global/Foto%20H.htm?"+p_foto+","+p_name+","+p_formaat;
    FotoWindow = open(url,"","width=440,height=300,status=yes");
  }
  else
  {
    url = "../$Global/Foto%20V.htm?"+p_foto+","+p_name+","+p_formaat;
    FotoWindow = open(url,"","width=200,height=300");
  }

}
