var ASTCscreenwidth = screen.width;

if (ASTCscreenwidth == 1920) {
    document.write('<link rel="stylesheet" type="text/css" href="/css/layout_1920.css" />');
}

else if (ASTCscreenwidth == 1680) {
    document.write('<link rel="stylesheet" type="text/css" href="/css/layout_1680.css" />');
}

else if (ASTCscreenwidth == 1600) {
    document.write('<link rel="stylesheet" type="text/css" href="/css/layout_1600.css" />');
}

else if (ASTCscreenwidth == 1440) {
    document.write('<link rel="stylesheet" type="text/css" href="/css/layout_1440.css" />');
}

else if (ASTCscreenwidth == 1400) {
    document.write('<link rel="stylesheet" type="text/css" href="/css/layout_1400.css" />');
}

else if (ASTCscreenwidth == 1280) {
    document.write('<link rel="stylesheet" type="text/css" href="/css/layout_1280.css" />');
}

else if (ASTCscreenwidth == 1152) {
    document.write('<link rel="stylesheet" type="text/css" href="/css/layout_1152.css" />');
}

else if (ASTCscreenwidth == 1024) {
    document.write('<link rel="stylesheet" type="text/css" href="/css/layout_1024.css" />');
}

else {
    document.write('<link rel="stylesheet" type="text/css" href="/css/layout_1024.css" />');
}



