<!-- 
if (screen.width == 1024) 
{ 
document.write('<link rel=stylesheet type="text/css" href="css/style1024.css">');
} 
else {document.write('<link rel=stylesheet type="text/css" href="css/style1440.css">')
} 
//--> 

