function openPicWindow(file)
{
    var popup = window.open('/pics/leo/'+file, 'picPopup', 'status=no, scrollbars=yes, resizable=yes, width=820, height=620');
    popup.focus();
}
