var O_Style = document.getElementById('L_STYLE');
if( O_Style){
if( screen.width >800){
O_Style.href = "css/style1024.css";}
else {
O_Style.href = "css/style.css";
}}

