<!--
function switchCSS() {
if (window.screen.availWidth < 1152) {
var myLink = document.getElementsByTagName('link')[0];
if (myLink) myLink.setAttribute('href', 'style1024.css', 0);
}
}
//-->
