function fotofenster(fotoname, fototitel)
	{
		
	fotowindow = window.open('fotos/' + fotoname, "Fotofenster", "width=520, height= 520, screenX=0, ScreenY=0");
	fotowindow.focus();
	}
function aufruf()
	{
	alert('Es geht doch');
	}

