var mida;
var imatge = new Array();

imatge[0] = new Image(300,400);
imatge[0].src = "./imatges2009/SetmanaCultural2009 (1).JPG";


imatge[1] = new Image(300,400);
imatge[1].src = "./imatges2009/SetmanaCultural2009 (1).JPG";

imatge[2] = new Image(300,400);
imatge[2].src = "./imatges2009/SetmanaCultural2009 (2).JPG";

imatge[3] = new Image(300,400);
imatge[3].src = "./imatges2009/SetmanaCultural2009 (3).JPG";

imatge[4] = new Image(300,400);
imatge[4].src = "./imatges2009/SetmanaCultural2009 (4).JPG";


imatge[5] = new Image(300,400);
imatge[5].src = "./imatges2009/SetmanaCultural2009 (5).JPG";

imatge[6] = new Image(300,400);
imatge[6].src = "./imatges2009/SetmanaCultural2009 (6).JPG";

imatge[7] = new Image(300,400);
imatge[7].src = "./imatges2009/SetmanaCultural2009 (7).JPG";


imatge[8] = new Image(300,400);
imatge[8].src = "./imatges2009/SetmanaCultural2009 (8).JPG";


imatge[9] = new Image(300,400);
imatge[9].src = "./imatges2009/SetmanaCultural2009 (9).JPG";

imatge[10] = new Image(300,400);
imatge[10].src = "./imatges2009/SetmanaCultural2009 (10).JPG";

imatge[11] = new Image(300,400);
imatge[11].src = "./imatges2009/SetmanaCultural2009 (11).JPG";

imatge[12] = new Image(300,400);
imatge[12].src = "./imatges2009/SetmanaCultural2009 (12).JPG";

imatge[13] = new Image(300,400);
imatge[13].src = "./imatges2009/SetmanaCultural2009 (13).JPG";

imatge[14] = new Image(300,400);
imatge[14].src = "./imatges2009/SetmanaCultural2009 (14).JPG";

imatge[15] = new Image(300,400);
imatge[15].src = "./imatges2009/SetmanaCultural2009 (15).JPG";




imatge[16] = new Image(300,400);
imatge[16].src = "./imatges2009/SetmanaCultural2009 (16).JPG";

imatge[17] = new Image(300,400);
imatge[17].src = "./imatges2009/SetmanaCultural2009 (17).JPG";

imatge[18] = new Image(300,400);
imatge[18].src = "./imatges2009/SetmanaCultural2009 (18).JPG";

imatge[19] = new Image(300,400);
imatge[19].src = "./imatges2009/SetmanaCultural2009 (19).JPG";


imatge[20] = new Image(300,400);
imatge[20].src = "./imatges2009/SetmanaCultural2009 (20).JPG";

imatge[21] = new Image(300,400);
imatge[21].src = "./imatges2009/SetmanaCultural2009 (21).JPG";

imatge[22] = new Image(300,400);
imatge[22].src = "./imatges2009/SetmanaCultural2009 (22).JPG";


imatge[23] = new Image(300,400);
imatge[23].src = "./imatges2009/SetmanaCultural2009 (23).JPG";


imatge[24] = new Image(300,400);
imatge[24].src = "./imatges2009/SetmanaCultural2009 (24).JPG";

imatge[25] = new Image(300,400);
imatge[25].src = "./imatges2009/SetmanaCultural2009 (25).JPG";

imatge[26] = new Image(300,400);
imatge[26].src = "./imatges2009/SetmanaCultural2009 (26).JPG";

imatge[27] = new Image(300,400);
imatge[27].src = "./imatges2009/SetmanaCultural2009 (27).JPG";

imatge[28] = new Image(300,400);
imatge[28].src = "./imatges2009/SetmanaCultural2009 (28).JPG";

imatge[29] = new Image(300,400);
imatge[29].src = "./imatges2009/SetmanaCultural2009 (29).JPG";

imatge[30] = new Image(300,400);
imatge[30].src = "./imatges2009/SetmanaCultural2009 (30).JPG";


imatge[31] = new Image(300,400);
imatge[31].src = "./imatges2009/SetmanaCultural2009 (31).JPG";

imatge[32] = new Image(300,400);
imatge[32].src = "./imatges2009/SetmanaCultural2009 (32).JPG";

imatge[33] = new Image(300,400);
imatge[33].src = "./imatges2009/SetmanaCultural2009 (33).JPG";







function CanviImatge( obj, x)
{	var wd;
	CanviaImatge(x);
	if (x>0) {
			if (obj.filters)
			{
				/*obj.filters.alpha.opacity=100;
				alert('Hola esto es IE:  ' + obj.name + "  --> " + obj.filter);
				*/
				obj.style.filter= "alpha(opacity= 100)";
				obj.filters.alpha.opacity=100;  /* Curiosament ara va bé amb aquest sintaxi !!!*/
				
			}
			 else 
			 {
				obj.style.opacity=1;
				
			};
		}
	else
	{
		if (obj.filters)
		{
			/* 
			alert('IE' + obj.name);
			obj.filters.alpha.opacity=60;
			*/
			obj.style.filter= "alpha(opacity= 60)";
			
		} else {
			obj.style.opacity=0.6;
		};
	}
	
}


function CanviaImatge( x)
	{

	document.FotoGran.src = imatge[x].src ;	
	
	}
	
	
function Mostra (objeto)
{
	document.getElementById('seccio2').style.display="none"; 
	document.getElementById('seccio3').style.display="none"; 
	document.getElementById('seccio4').style.display="none"; 
	
	document.getElementById(objeto).style.display="block"; 

}

