function tipp(fenster)
{
	info = window.open ('x', 'tipp', 'width=300, height=100,left=300,top=50')
	info.document.open()
	info.document.write("<title>ESV Eintracht Mainz 1927 e.V.</title>");
	info.document.write("<body bgcolor=white text=black >")
	info.document.write("<center><font size=2><font face=arial>")
	info.document.write(fenster)
//	info.document.images[0].src=('../image/Abt-Leichtathletik/2003/2003-100m-Finale-low.jpg')
//	info.document.write('<\/pre> <a href="javascript:self.close()">Fenster schließen</a>\n')
	info.document.close()
	return true;
}
function tippzu()
{
	info.close()
	return true;
}

