if (screen.width <= 1024 || screen.height <=768) {
 link = document.getElementsByTagName( "link" )[ 0 ];
 link.href = "intech_small.css";
 }