function Show(theURL,popis,pn)
{
    window.open('show_picture.php?image='+theURL+'&popis='+popis+'&pn='+pn,'ldap','location=no,toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=5,height=5,top=250,left=300');
}

function Show2(theURL,popis)
{
    window.open('show_pictures.php?dir='+theURL+'&popis='+popis,'ldap','location=no,toolbar=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=550,height=500,top=20,left=20');
}

function Show3(popis,pn)
{
    window.open('show_text.php?popis='+popis+'&pn='+pn,'ldap','location=no,toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=300,height=200,top=250,left=300');
}