function showFoto(foto)
{
    if (foto != "")
    {
        wnd=window.open("/prog/pl_editor/img_popup.php?img_url="+encodeURIComponent(foto+"|"), "binn_popup_image", "width=200,height=200,scrollbars=no,toolbar=no,location=no,status=no,resizable=yes,left=100,top=100");
        wnd.focus();
    }
    else
        void(0);
}

