function showPic(name)
        {
        window.open("/popup.pbml?id=" + name, "Picture","width=500,height=600,status=no,scrollbars=yes");
        }
