
//document.write('Your settings are ' + screen.width + ' x ' + screen.height + '');

if (screen.width == 640) {
document.write('<link rel="stylesheet" type="text/css" href="style_640.css">');

}

if (screen.width <= 800) {
document.write('<link rel="stylesheet" type="text/css" href="style_800.css">');

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

}

if (screen.width == 1152) {
document.write('<link rel="stylesheet" type="text/css" href="style_1024.css">');

}

if (screen.width >=1280) {
document.write('<link rel="stylesheet" type="text/css" href="style_1024.css">');

}
