var largh=1024
var altez=768
if (screen.width<largh || screen.height<altez)
{
document.write("<p style='MARGIN-TOP: 0px; MARGIN-BOTTOM: 2px; LINE-HEIGHT: 100%' align='center'><font face='Verdana, Arial, Helvetica, sans-serif' color='#000033' size='1'>Risoluzione minima consigliata: "+largh+"x"+altez+" o superiore. ")
document.write("La risoluzione del tuo schermo è: <B>"+screen.width+"x"+screen.height+"</B>.")
}
