function MM_openBrWindow(theURL,winName,features)
{ //v2.0
	window.open(theURL,winName,features);
}

function aufloesung(){
  var hoehe = screen.height
  hoehe = parseInt(hoehe)
  if  (hoehe  >= 1024 ){
	 document.body.style.zoom=1.0;
  }
  else{
	 window.parent.document.body.style.zoom=0.85;
  }
}

function losgehts(){
window.status = "Auflösung wird ermittelt"
timer1 = window.setTimeout("aufloesung()", 0)
}