  function foto(URL)
  {
	dias = window.open("http://www.netzbege.de/images/"+URL+".jpg",'Foto','scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=yes,width=500,height=500');
	dias.focus();
  }

