function genera_menu(quin)
	{
		numopc=6;
		var opcions = new Array("#","galeria","actual","anteriors","artistes","noticies","contacte");
		for (x=1;x<=numopc;x++)	
			{
				if (opcions[x] != quin)
					{
						if ((x == 1) || (x == 6))
							{
								document.write("<a href=\""+opcions[x]+".htm\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('"+opcions[x]+"','','img/"+opcions[x]+"_on.gif',1)\"><img src=\"img/"+opcions[x]+"_of.gif\" border=\"0\" name=\""+opcions[x]+"\"></a>");
							}
						else if (x == 2)
							{
								document.write("<a href=\""+opcions[x]+".php?tipo=2&espacio=1\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('"+opcions[x]+"','','img/"+opcions[x]+"_on.gif',1)\"><img src=\"img/"+opcions[x]+"_of.gif\" border=\"0\" name=\""+opcions[x]+"\"></a>");
							}
						else if (x == 3)
							{
								document.write("<a href=\""+opcions[x]+".php?tipo=3&espacio=1\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('"+opcions[x]+"','','img/"+opcions[x]+"_on.gif',1)\"><img src=\"img/"+opcions[x]+"_of.gif\" border=\"0\" name=\""+opcions[x]+"\"></a>");
							}
						else if ((x == 4) || (x==5))
							{
								document.write("<a href=\""+opcions[x]+".php\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('"+opcions[x]+"','','img/"+opcions[x]+"_on.gif',1)\"><img src=\"img/"+opcions[x]+"_of.gif\" border=\"0\" name=\""+opcions[x]+"\"></a>");
							}
					}
				else
					{
						document.write("<img src=\"img/"+opcions[x]+"_on.gif\" border=\"0\">");
					}	
			}
	}

function gic()
	{
		document.write("<a href=\"javascript:;\" onClick=\"MM_openBrWindow('gic.htm','','top='+((screen.height/2)-285)+',left='+((screen.width/2)-246)+', status=no,scrollbars=no,width=492,height=570')\"><img src=\"img/gic.gif\" border=\"0\"></a>");
	}