if(screen.height >= 1024)
 window.location.href = "index_1280.html"
else
 window.location.href = "index_1024.html"
