function Fensterhoehe () {
                         var x,y;
			 if (self.innerHeight) // all except Explorer
				{
					//x = self.innerWidth;
					y = self.innerHeight;
					return y;
                                 }
			 else if (document.documentElement && document.documentElement.clientHeight)
						// Explorer 6 Strict Mode
				{
					//x = document.documentElement.clientWidth;
					y = document.documentElement.clientHeight;
                                         return y;
                                 }
			 else if (document.body) // other Explorers
				{
					//x = document.body.clientWidth;
					y = document.body.clientHeight;
					return y;
                                 }
                        }


function oeffnen(welcheseite) {
window.open (welcheseite,"kontakt","width=316,height=500,top=50,left=400,scrollbars=yes");
}

function setneu() {



                     var ieja    =  document.all? 1 : 0;

                     if (ieja) {
                     welchehoehe = Fensterhoehe();
                     welchehoehe2 = welchehoehe;
                     welchehoehe = welchehoehe-94;
                     welchehoehe = welchehoehe+"px";
                     document.getElementById("grafik").style.height = welchehoehe;
                     document.getElementById("web").style.height = welchehoehe;
                     welchehoehe2 = welchehoehe2-26;
                     welchehoehe2 = welchehoehe2+"px";
                     document.getElementById("hintergrund").style.height = welchehoehe2;
                     		}
                     else {
                     welchehoehe = Fensterhoehe();
                     welchehoehe2 = welchehoehe;
                     welchehoehe = welchehoehe-96;
                     welchehoehe = welchehoehe+"px";
                     document.getElementById("grafik").style.height = welchehoehe;
                     document.getElementById("web").style.height = welchehoehe;
                     welchehoehe2 = welchehoehe2-27;
                     welchehoehe2 = welchehoehe2+"px";
                     document.getElementById("hintergrund").style.height = welchehoehe2;
                     	}



 }
