		function click()
		{
		if(event.button==2)
			{
			 alert('GrupoApache');
			}
			}	
		document.onmousedown=click
		

		function posarfocus(imatge)
		{
		 document.images[1].src = "/Imatges/Menu/Menu0" + imatge + ".gif";
		}
			
		function treurefocus()
		{
		 document.images[1].src = "/Imatges/Menu/Menu0.gif";
		}
	
		function wst()
		{
			window.status="Apache" ;
			window.setTimeout("wst()",1);
		}
		
		function obrirfinestra(URL_finestra, Opcions, Ample, Altura)
		{

		    PosX = (screen.availWidth - Ample)/2;
		    PosY = (screen.availHeight - Altura)/2;
			
	            if (Opcions == '')
			 {   Opcions = 'width=' + Ample;}
		    else
		    	 {   Opcions += ',width=' + Ample;}

			Opcions += ',height=' + Altura + ',left=' + PosX + ',top=' + PosY;

	             window.open(URL_finestra, "", Opcions);
		  }

		

		wst();
			
			
		foto0 = new Image();
		foto0.src = "/imatges/menu/menu0.gif";
		
		foto1 = new Image();
		foto1.src = "/imatges/menu/menu01.gif";
		
		foto2 = new Image();
		foto2.src = "/imatges/menu/menu02.gif";

		foto3 = new Image();
		foto3.src = "/imatges/menu/menu03.gif";

		foto4 = new Image();
		foto4.src = "/imatges/menu/menu04.gif";
		foto5 = new Image();
		foto5.src = "/imatges/menu/menu05.gif";


		