Bildschirmaufloesung = screen.width;
if (Bildschirmaufloesung >= "1280")
{
	location.href="http://www.traumsequenzer.biz/gross/index1.html";
} 
else if (Bildschirmaufloesung >= "1024")
{
	location.href="http://www.traumsequenzer.biz/index1.html"; 
}


