﻿<!--
	checkbr = (parseInt(navigator.appVersion) > 2)?true:false;
	if (checkbr)
		{
		nome = new Array ("images/365/c01","images/365/c02","images/365/c03","images/365/c04","images/365/c05","images/365/c06","images/365/c07","images/365/c08","images/365/c09","images/365/c10","images/365/c11","images/365/c12","images/365/c13","images/365/c14","images/365/c15","images/365/c16","images/365/c17")
		source = new Array ();
		for (conta in nome)
			{
				source[conta] = new Image();
				source[conta].src = nome[conta]+".jpg";
			}
		vuoto = new Image(); 
		vuoto.src="images/365/c01.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()
	}	
//-->
