// JavaScript Document
if(screen.width==800)
document.write('<link rel="stylesheet" type="text/css" href="format0.css">');
if(screen.width==1024)
document.write('<link rel="stylesheet" type="text/css" href="format1.css">');
else if(screen.width==1152)
document.write('<link rel="stylesheet" type="text/css" href="format2.css">');
else if(screen.width==1280 && screen.height<=960)
document.write('<link rel="stylesheet" type="text/css" href="format3.css">');
else if(screen.width>=1280 && screen.height>=1024)
document.write('<link rel="stylesheet" type="text/css" href="format4.css">');