function showImage(index)
{
  sOpen = 'toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,copyhistory=no,screenx=20,screeny=20';
  window.open('foto.asp?' + String(index),'',sOpen);
}

