// JavaScript Document

function setcss() {
if (screen.width == 1024) {
document.write("<link rel=stylesheet type=text/css href=css/golfino1024.css />");
}
if (screen.width > 1024) {
document.write("<link rel=stylesheet type=text/css href=css/golfino.css  />");
}
if (screen.width < 1024) {
document.write("<link rel=stylesheet type=text/css href=css/golfino1024.css  />");
}
}
