function riso()
{
         var larghezza = screen.width;
         
         if (larghezza < 801 || larghezza > 1024)
            {
             alert("Sito ottimizzato per I.E. 6.0 - Risoluzione 1024x768");
            }
 if (larghezza == 1024)
            {
             alert("Sito ottimizzato per I.E. 6.0");
            }
}

