if(screen.height >= 1024)
 window.location.href = "index2.html"
else
 window.location.href = "startseite.html"
