function Bildschirm()
{
	var hoehe = 500;
		hoehe = document.body.clientHeight;
		//alert("Bildschirmhöhe:" + hoehe);
		return hoehe;
}
