<!--
	checkbr = (parseInt(navigator.appVersion) > 2)?true:false;
	if (checkbr)
		{
		nome = new Array ("../img/prodotti/affreschi","../img/prodotti/bordo","../img/prodotti/deco","../img/prodotti/orac")
		source = new Array ();
		for (conta in nome)
			{
				source[conta] = new Image();
				source[conta].src = nome[conta]+".png";
			}
		vuoto = new Image(); 
		vuoto.src="../img/prodotti/niente.png";
		}
		
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()
	}	
//-->
