function zeigeframe() {

if (screen.width > 800) {
	window.document.write('<frameset cols="126,*" frameborder="NO" border="0" framespacing="0" rows="*">');
	window.document.write('<frame name="naviFrame" scrolling="NO" noresize src="naviFrame.html">');
	window.document.write('<frameset cols="*,123" frameborder="NO" border="0" framespacing="0" rows="*">');
	window.document.write('<frameset rows="63,*" frameborder="NO" border="0" framespacing="0" cols="*">');
	window.document.write('<frame name="titelFrame" scrolling="NO" src="titelFrame.html" noresize >');
	window.document.write('<frameset rows="50,343" frameborder="NO" border="0" framespacing="0" cols="*">');
	window.document.write('<frame name="suchFrame" scrolling="NO" src="suchen.html" noresize>');
	window.document.write('<frameset cols="*,172" frameborder="NO" border="0" framespacing="0" rows="*">');
	window.document.write('<frame name="contentFrame" src="home.php" scrolling="AUTO">');
	window.document.write('<frame name="thebox" scrolling="NO" noresize src="thebox.html">');
	window.document.write('</frameset>');
	window.document.write('</frameset>');
	window.document.write('</frameset>');
	window.document.write('<frame name="rechterFrame" scrolling="NO" noresize src="rechterFrame.html">');
	window.document.write('</frameset>');
	window.document.write('</frameset>');  }
else {
	window.document.write('<frameset cols="126,*" frameborder="NO" border="0" framespacing="0" rows="*">');
	window.document.write('<frame name="naviFrame" scrolling="NO" noresize src="naviFrame.html">');
	window.document.write('<frameset cols="*,123" frameborder="NO" border="0" framespacing="0" rows="*">');
	window.document.write('<frameset rows="63,*" frameborder="NO" border="0" framespacing="0" cols="*">');
	window.document.write('<frame name="titelFrame" scrolling="NO" src="titelFrame.html" noresize >');
	window.document.write('<frameset rows="50,343" frameborder="NO" border="0" framespacing="0" cols="*">');
	window.document.write('<frame name="suchFrame" scrolling="NO" src="suchen.html" noresize>');
	window.document.write('<frame name="contentFrame" src="home.php" scrolling="AUTO">');
	window.document.write('</frameset>');
	window.document.write('</frameset>');
	window.document.write('<frame name="rechterFrame" scrolling="NO" noresize src="rechterFrame.html">');
	window.document.write('</frameset>');
	window.document.write('</frameset>');
     }
}