<!--

if (screen.width >=1024) 
{
// document.write ("big")
 document.write ("<link rel='stylesheet' type='text/css' href='stile/wide.css'");
}

else
{
// document.write ("small")
 document.write ("<link rel='stylesheet' type='text/css' href='stile/small.css'");
}
//-->
