
function ShowPicture (fName)
{
  var win;
  win=window.open (fName+".gif","Foto","width=500,height=206,screenX=200,screenY=60,resizable=yes,scrollbars=yes,dependent=yes");
}


