<!--
	checkbr = (parseInt(navigator.appVersion) > 2)?true:false;
	if (checkbr)
		{
		nome = new Array ("img/scosab","img/sdoveb","img/scomeb","img/spercheb","img/squantob")
		source = new Array ();
		for (conta in nome)
			{
				source[conta] = new Image();
				source[conta].src = nome[conta]+".gif";
			}
		vuoto = new Image(); 
		vuoto.src="img/benvenutib.gif";
		}
		
function swp(numero)
	{
	if (checkbr)
		{
			document.roller.src=source[numero].src;
		}
	}

function UNswp(numero)
	{
	if (checkbr)
		{
		document.roller.src=vuoto.src;
		}
	}
	
function Chiudi()
	{
	self.close()
	}	
//-->
