function doRechner () {
	var newWindow = window.open('Rechner.htm','Finanzrechner','LEFT=100,Top=100,HEIGHT=500,WIDTH=600,status=yes');
	newWindow.focus();
	}