if(screen.availHeight < 530)
{
 	document.write("<body background='pics/vorstand2_640.jpg' style='background-image:url(pics/vorstand2_640.jpg);background-attachment:fixed;' onLoad='javascript:parent.frames[0].focus()'>");
}
else
{
	if (screen.availHeight < 650)
	{
		document.write("<body background='pics/vorstand2_800.jpg' style='background-image:url(pics/vorstand2_800.jpg);background-attachment:fixed;' onLoad='javascript:parent.frames[0].focus()'>");
	}
  else
	{
  	if (screen.availHeight < 820)
		{
			document.write("<body background='pics/vorstand2_1024.jpg' style='background-image:url(pics/vorstand2_1024.jpg);background-attachment:fixed;' onLoad='javascript:parent.frames[0].focus()'>");
		}
		else
		{
			document.write("<body background='pics/vorstand2_1280.jpg' style='background-image:url(pics/vorstand2_1280.jpg);background-attachment:fixed;' onLoad='javascript:parent.frames[0].focus()'>");
		}
	}
}