var breite = screen.width
//------------------------------------------//
if(breite >= 1024)
		{
		document.write('<frameset rows="99,*">');
		document.write('<frame name="over" src="over.html" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" scrolling="no" frameborder="0" noresize>');
		document.write('<frameset rows="*,98">');
		document.write('<frame name="haupt" src="haupt.html" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" scrolling="auto" frameborder="0" noresize>');
        document.write('<frame name="down" src="down.html" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" scrolling="no" frameborder="0" noresize>');
		document.write('</frameset>');
		document.write('</frameset>');
		}
	else
		{
		document.write('<frameset rows="77,*">');
		document.write('<frame name="over" src="over.html" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" scrolling="no" frameborder="no" noresize>');
		document.write('<frameset rows="*,77">');
		document.write('<frame name="haupt" src="haupt.html" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" scrolling="auto" frameborder="no" noresize>');
		document.write('<frame name="down" src="down.html" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" scrolling="no" frameborder="no" noresize>');
		document.write('</frameset>');
		document.write('</frameset>');
		}
//------------------------------------------//
