var urlwrong = "error.html";
var url1024x768 = "start.html";
if ((screen.width == 1024) && (screen.height == 768)) 
window.location.href= url1024x768;
else 
window.location.href= urlwrong;
