function ShowFoto(id_gallery, id_foto)
{
  var fotoW = 640+40;
  var fotoH = 480+71+10+20+110;

  window.open("dwe/components/gallery_window2.php?id_gallery="+id_gallery+"&id_foto="+id_foto,"new","width="+fotoW+", height="+fotoH+", scrollbars=yes, resizable=yes");
  
}
