<!--	checkbr = (parseInt(navigator.appVersion) > 2)?true:false;	if (checkbr)		{		nome = new Array ("../images/img-azienda","../images/img-azienda2","../images/img-azienda3","../images/img-azienda4","../images/img-azienda5","../images/img-azienda6")		source = new Array ();		for (conta in nome)			{				source[conta] = new Image();				source[conta].src = nome[conta]+".jpg";			}		vuoto = new Image(); 		vuoto.src="../images/img-azienda.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()	}	//-->
