if (screen.width > 800 && screen.width < 1152)
{
document.writeln('<link rel="stylesheet" type="text/css" href="../css/styles1024.css"></link>');
}

if (screen.width >= 1152) 
{
document.writeln('<link rel="stylesheet" type="text/css" href="../css/styles1152.css"></link>');
}
