<!--
// 
function aufloesung()
 { 
      var Breite;

	  Breite=screen.width;
	  if (Breite>=800 & Breite < 1024)
	  { 
	    document.location.href="800/index.htm" 
      }
	  if (Breite>=1024)
	  { 
	    document.location.href="1024/index.htm"  
      }
  }

//-->


