Ciao



<script language="JavaScript">
<!--
if (screen.width == "800"){ // 800
document.write('<link rel="stylesheet" href="style_800.css" type="text/css">');
}
if (screen.width == "1024"){ // 1024
document.write('<link rel="stylesheet" href="style_1024.css" type="text/css">');
}
if (screen.width >= "1152"){ // Maggiore o uguale a 1152
document.write('<link rel="stylesheet" href="style_1152.css" type="text/css">');
}
// -->
</script>




Massimo