var width = screen.width; 
var height = screen.height;


if (width <= 1024 && height <= 768)

{

    document.getElementById('res').href="special_layout.css";

}
