// JavaScript Document
if (screen.width < 1024) {
document.write('<'+'link rel="stylesheet" media="screen,projection" href="css/mobile.css" />'); //*3:2*//
}
if (screen.width >= 1024) {
document.write('<'+'link rel="stylesheet" media="screen,projection" href="css/res10x.css" />'); //*3:2*//
}
if ((screen.width >= 1280) && (screen.height >= 770)) {
document.write('<'+'link rel="stylesheet" media="screen,projection" href="css/res12.8x.css" />'); //*2:1*//
}
if ((screen.width >= 1280) && (screen.height >= 1024)) {
document.write('<'+'link rel="stylesheet" media="screen,projection" href="css/res12x.css" />'); //*5:4*//
}
if (screen.width >= 1366) {
document.write('<'+'link rel="stylesheet" media="screen,projection" href="css/res13.6x.css" />'); //*2:1*//
}
if (screen.width >= 1440) {
document.write('<'+'link rel="stylesheet" media="screen,projection" href="css/res14x.css" />'); //*2:1*//
}
if (screen.width >= 1600) {
document.write('<'+'link rel="stylesheet" media="screen,projection" href="css/res16x.css" />'); //*3:2*//
}
if (screen.width >= 1680) {
document.write('<'+'link rel="stylesheet" media="screen,projection" href="css/res16.8x.css" />'); //*2:1*//
}
if (screen.width >= 1920) {
document.write('<'+'link rel="stylesheet" media="screen,projection" href="css/res19x.css" />'); //*2:1*//
}
