
<!-- Inizio script sfondo
if (screen.width==1024) image = "/sfondi/home_1024.jpg"; 
if (screen.width==800) {image = "/sfondi/home_800.jpg"; }
else
{ image = "/sfondi/home_1024.jpg"; //image = "/sfondi/dot_t.gif";
}
document.open();
document.write("<BODY BACKGROUND='"+image+"' BGCOLOR='#FFFFFF' bgproperties='fixed'>");
// Fine  script sfondo -->

