// JavaScript Document

if (screen.width >= 100 && screen.width <= 1024)
{
document.write("<link rel='stylesheet' type='text/css' href='css/1440.css'>");
}
if (screen.width >= 1025 && screen.width <= 1299)
{
document.write("<link rel='stylesheet' type='text/css' href='css/1440.css'>");
}
if (screen.width >=1300 && screen.width <= 1399)
{
document.write("<link rel='stylesheet' type='text/css' href='css/1440.css'>");
}
if (screen.width >=1400 && screen.width <= 1600)
{
document.write("<link rel='stylesheet' type='text/css' href='css/1440.css'>");
}
if (screen.width >=1600 && screen.width <= 1700)
{
document.write("<link rel='stylesheet' type='text/css' href='css/1680.css'>");
}
if (screen.width >=1701 && screen.width <= 10000)
{
document.write("<link rel='stylesheet' type='text/css' href='css/1920.css'>");
}
