﻿function Foto(soubor)
{
okno=window.open(soubor,"zahradnickesluzby","status=1,toolbar=0,location=0,scrollbars=0,width=800,height=600,resizable=0,top=0,center=0");
okno.document.write("<HTML><HEAD><TITLE>Kaše - zahradnické služby - Gallerie</title></head><body style=\"margin:0px;padding:0px;\">");
okno.document.write("<a href=\"\" onclick=\"return self.close()\"><img src=\""+soubor+"\"></a>");
okno.document.write("</body></html>");
okno.document.close();
}
