<!--
	checkbr = (parseInt(navigator.appVersion) > 2)?true:false;
	if (checkbr)
		{
		nome = new Array ("images/rupiani","images/templari011","images/gptecno","images/elleemme","images/rigel","images/scuole","images/climatizzati")
		source = new Array ();
		for (conta in nome)
			{
				source[conta] = new Image();
				source[conta].src = nome[conta]+".jpg";
			}
		vuoto = new Image(); 
		vuoto.src="images/rupiani.jpg";
		}
		
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()
	}	
//-->