//	Erstellt von Thomas Ederer 04.05.2000

function ausgeben(Text)
{
	document.writeln(Text);
}

function bei800(Hoehe)
{
	Rueckgabe=Math.round(screen.height/(600/Hoehe));
	return Hoehe;
}
