// JavaScript Document

if ((screen.width>=800) && (screen.height>=600))
{
  document.write('<link rel="stylesheet" type="text/css" href="1280800.css">');
}
if ((screen.width>=1024) && (screen.height>=768))
{
  document.write('<link rel="stylesheet" type="text/css" href="1280800.css">');
}
if ((screen.width>=1280) && (screen.height>=720))
{
  document.write('<link rel="stylesheet" type="text/css" href="1280800.css">');
}
if ((screen.width>=1280) && (screen.height>=800))
{
  document.write('<link rel="stylesheet" type="text/css" href="1280800.css">');
}
if ((screen.width>=1280) && (screen.height>=960))
{
  document.write('<link rel="stylesheet" type="text/css" href="1280800.css">');
}
if ((screen.width>=1280) && (screen.height>=1024))
{
  document.write('<link rel="stylesheet" type="text/css" href="1280800.css">');
}
