// JavaScript Document

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