var correctwidth=1024
var correctheight=768
if (screen.width!=correctwidth||screen.height!=correctheight)
document.write("<FONT SIZE=2 FACE=ARIAL>Questo sito è stato progettato per una risoluzione di <B><FONT COLOR=green>"+correctwidth+"*"+correctheight+"</FONT></B>. L'attuale risoluzione del tuo video è <B><FONT COLOR=red>"+screen.width+"*"+screen.height+"</FONT></B>. Se possibile, modifica la risoluzione</FONT>")


function AnimatedButtons()
{
	this.numButtons = 1;
	this[0]=new AnimatedImage("primo",   8, ".gif");
}

if(document.images)
{
	FrameInterval = 30;
	Btn = new AnimatedButtons();
}

