function show(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=no,left=0,top=0");
        wnd.focus();
    }
    else
        void(0);
}

