if (screen.width < 1025) {
    link = document.getElementsByTagName("link")[0];
    link.href = "css/size1024.css";
}

else if ((screen.width > 1025) && (screen.width < 1300)) {
    link = document.getElementsByTagName("link")[0];
    link.href = "css/size1280.css";
}