function showPicture(pict){
  win = window.open('window.php?pict=' + pict,'photo','width=900,height=680,left=100,top=50,scrollbars=no,resize=0,status=yes');
  win.focus();
}
