// JavaScript Document
if (screen.width < 1024) {
document.write('<link rel=stylesheet type="text/css" href="../css/SubSmall.css">');
}
if (screen.width >= 1024) {
document.write('<link rel=stylesheet type="text/css" href="../css/SubSmall.css">');
}
if (screen.width >= 1280) {
document.write('<link rel=stylesheet type="text/css" href="../css/sub.css">');
}
if (screen.width >= 1600) {
document.write('<link rel=stylesheet type="text/css" href="../css/sub.css">');
}
