function LargePhoto(URL)
{
    w1 = window.open('showfoto.php?image='+URL,'w1','width=300,height=300,toolbar=no,menubar=no,location=no,status=no,resizable=no,scrollbars=no,top=50,left=50');
    w1.focus();
    return false;
}
