// JavaScript Document

if ((screen.width>=1024)) 
{ 
   document.write("<link rel='stylesheet' type='text/css' href='../stylesheets/tableall.css' />"); 
} 
else 
{ 
   document.write("<link rel='stylesheet' type='text/css' href='../stylesheets/tableAllSmall.css' />"); 
} 

