function mostrarLogoIdioma(idioma){ 

		document.write('<td valign="top">');

		document.write('<table width="785" cellpadding="0" cellspacing="0" border="0">');

		document.write('<tr>');

		document.write('<td width="24">&nbsp;</td>');

		document.write('<td width="169" valign="top"><img src="../../img/logo.jpg" width="169" height="99" border="0" /></td>');

		document.write('<td width="559" valign="top">');

		document.write('<table width="559" cellpadding="0" cellspacing="0" border="0">');

		document.write('<tr>');

		document.write('<td width="559" height="84" colspan="5">&nbsp;</td>');

		document.write('</tr>');

		document.write('<tr>');

		document.write('<td width="322">&nbsp;</td>');

		

		if (idioma == "cat"){

			document.write('<td width="45" align="center"><strong>Català</strong></td>');

		}else{

			document.write('<td width="45" align="center"><a href="../../index.htm" class="idioma">Català</a></td>');	

		}

		

		if (idioma == "esp"){

			document.write('<td width="79" align="center"><strong>Castellano</strong></td>');

		}else{

			document.write('<td width="79" align="center"><a href="../../index_esp.htm" class="idioma">Castellano</a></td>');	

		}

		

		if (idioma == "eng"){

			document.write('<td width="58" align="center"><strong>English</strong></td>');

		}else{

			document.write('<td width="58" align="center"><a href="../../index_eng.htm" class="idioma">English</a></td>');		

		}

		

		if (idioma == "fra"){

			document.write('<td width="55" align="center"><strong>Français</strong></td>');		

		}else{

			document.write('<td width="55" align="center"><a href="../../index_fra.htm" class="idioma">Français</a></td>');

		}

		

		document.write('</tr>');

		document.write('</table>');	

		document.write('</td>');

		document.write('<td width="33">&nbsp;</td>');

		document.write('</tr>');

		document.write('</table>');

		document.write('</td>');

}



function mostrarMenuLateral(idioma,opcio){ 

	if (idioma == "cat"){

		document.write('<table width="163" cellpadding="0" cellspacing="0" border="0">');

		document.write('<tr height="15">');

		document.write('<td width="24"></td>');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		document.write('<td width="107" valign="top"><a href="../../index.htm" class="menu"><strong>INICI</strong></a></td>');

		document.write('<td width="20"></td>');

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="24"></td>');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		document.write('<td width="107" valign="top">');

		document.write('<table width="107" cellpadding="0" cellspacing="0" border="0">');

		document.write('<tr>');

		if (opcio==1){

			document.write('<td colspan="2" width="107" valign="top"><span class="menuActiu"><strong>PRESENTACIÓ</strong></span></td>');

		}else{

			document.write('<td colspan="2" width="107" valign="top"><a href="../presentacio/index.htm" class="menu"><strong>PRESENTACIÓ</strong></a></td>');

		}

		document.write('</tr>');

		document.write('<tr>');

		document.write('<td height="5" colspan="2" width="107"><img src="../../img/trans.gif" width="107" height="5" /></td>');

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==2){

			document.write('<td width="98" align="left"  valign="top"><span class="menuActiu">Què és avalua?</span></td>');

		}else{

			document.write('<td width="98" align="left"  valign="top"><a href="../presentacio/opcio1.htm" class="menu">Què és avalua?</a></td>');

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==3){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">D’on sorgeix?</span></td>');

		}else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio2.htm" class="menu">D’on sorgeix?</a></td>');

		}

		document.write('</tr>');

		

		

		

/* ************************************************ */		

		document.write('<tr height="15">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==4){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">Qui som?</span></td>');

		}else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio7.htm" class="menu">Qui som?</a></td>');

		}

		document.write('</tr>');

/* ************************************************ */		

		

		

		

		

		document.write('<tr height="28">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==5){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">Document fundacional</span></td>');

		}else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio3.htm" class="menu">Document fundacional</a></td>');

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==6){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">Objectius</span></td>');

		}else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio4.htm" class="menu">Objectius</a></td>');	

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==7){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">Principis</span></td>');

		}

		else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio5.htm" class="menu">Principis</a></td>');

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==8){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">A qui s’adreça la nostra tasca</span></td>');

		}else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio6.htm" class="menu">A qui s’adreça la nostra tasca</a></td>');

		}

		document.write('</tr>');

		document.write('<tr>');

		document.write('<td height="5" colspan="2" width="107"><img src="../../img/trans.gif" width="107" height="5" /></td>');

		document.write('</tr>');

		document.write('</table>');

		document.write('<td width="20"></td>');

		document.write('</td>');

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="24" rowspan="8">&nbsp;</td>');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==9){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>SERVEIS</strong></span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../serveis/index.htm" class="menu"><strong>SERVEIS</strong></a></td>');

		}

		document.write('<td width="20" rowspan="8">&nbsp;</td>');

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==10){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>PROJECTES</strong></span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../projectes/index.htm" class="menu"><strong>PROJECTES</strong></a></td>');

		}

		document.write('</tr>');	

		document.write('<tr height="28">');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==11){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>ÀREES GEOGRÀFIQUES</strong></span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../arees/index.htm" class="menu"><strong>ÀREES GEOGRÀFIQUES</strong></a></td>');

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==12){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>METODOLOGIA</strong></span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../metodologia/index.htm" class="menu"><strong>METODOLOGIA</strong></a></td>');

		}

		document.write('</tr>');

	

	

		

/* ************************************************ */	

		document.write('<tr height="15">');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==13){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>PUBLICACIONS</strong></span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../publicacions/index.htm" class="menu"><strong>PUBLICACIONS</strong></a></td>');

		}

		document.write('</tr>');

/* ************************************************ */	







		document.write('<tr height="50">');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==14){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>PER A QUI TREBALLEM</strong></span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../peraquitreballem/index.htm" class="menu"><strong>PER A QUI TREBALLEM</strong></a></td>');

			//document.write('<td width="107" valign="top"><span class="menu"><strong>PER A QUI TREBALLEM</strong></span></td>');

		}

		document.write('</tr>');

		

		document.write('<tr height="15">');

		document.write('<td width="12" align="left" valign="top"></td>');

		if (opcio==15){

			document.write('<td width="107" valign="top"><span class="menuActiu">Mapa Web</span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../mapa/index.htm" class="menu">Mapa Web</a></td>');

		}

		document.write('</tr>');

		document.write('<tr height="50">');

		document.write('<td width="12" align="left" valign="top"></td>');

		if (opcio==16){

			document.write('<td width="107" valign="top"><span class="menuActiu">Contacte</span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../contacte/index.htm" class="menu">Contacte</a></td>');

		}

		document.write('</tr>');

		document.write('</table>');		

	}

	if (idioma == "esp"){

		document.write('<table width="163" cellpadding="0" cellspacing="0" border="0">');

		document.write('<tr height="15">');

		document.write('<td width="24"></td>');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		document.write('<td width="107" valign="top"><a href="../../index_esp.htm" class="menu"><strong>INICIO</strong></a></td>');

		document.write('<td width="20"></td>');

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="24"></td>');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		document.write('<td width="107" valign="top">');

		document.write('<table width="107" cellpadding="0" cellspacing="0" border="0">');

		document.write('<tr>');

		if (opcio==1){

			document.write('<td colspan="2" width="107" valign="top"><span class="menuActiu"><strong>PRESENTACIÓN</strong></span></td>');

		}else{

			document.write('<td colspan="2" width="107" valign="top"><a href="../presentacio/index.htm" class="menu"><strong>PRESENTACIÓN</strong></a></td>');

		}

		document.write('</tr>');

		document.write('<tr>');

		document.write('<td height="5" colspan="2" width="107"><img src="../../img/trans.gif" width="107" height="5" /></td>');

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==2){

			document.write('<td width="98" align="left"  valign="top"><span class="menuActiu">¿Qué es avalua?</span></td>');

		}else{

			document.write('<td width="98" align="left"  valign="top"><a href="../presentacio/opcio1.htm" class="menu">¿Qué es avalua?</a></td>');

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==3){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">¿De dónde surge?</span></td>');

		}else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio2.htm" class="menu">¿De dónde surge?</a></td>');

		}

		document.write('</tr>');







/* ************************************************ */		

		document.write('<tr height="15">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==4){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">¿Quiénes somos?</span></td>');

		}else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio7.htm" class="menu">¿Quiénes somos?</a></td>');

		}

		document.write('</tr>');

/* ************************************************ */			







		document.write('<tr height="28">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==5){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">Documento fundacional</span></td>');

		}else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio3.htm" class="menu">Documento fundacional</a></td>');

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==6){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">Objetivos</span></td>');

		}else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio4.htm" class="menu">Objetivos</a></td>');	

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==7){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">Principios</span></td>');

		}

		else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio5.htm" class="menu">Principios</a></td>');

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==8){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">A quién se dirige nuestra labor</span></td>');

		}else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio6.htm" class="menu">A quién se dirige nuestra labor</a></td>');

		}

		document.write('</tr>');

		document.write('<tr>');

		document.write('<td height="5" colspan="2" width="107"><img src="../../img/trans.gif" width="107" height="5" /></td>');

		document.write('</tr>');

		document.write('</table>');

		document.write('<td width="20"></td>');

		document.write('</td>');

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="24" rowspan="8">&nbsp;</td>');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==9){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>SERVICIOS</strong></span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../serveis/index.htm" class="menu"><strong>SERVICIOS</strong></a></td>');

		}

		document.write('<td width="20" rowspan="8">&nbsp;</td>');

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==10){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>PROYECTOS</strong></span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../projectes/index.htm" class="menu"><strong>PROYECTOS</strong></a></td>');

		}

		document.write('</tr>');	

		document.write('<tr height="28">');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==11){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>ÁREAS GEOGRÁFICAS</strong></span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../arees/index.htm" class="menu"><strong>ÁREAS GEOGRÁFICAS</strong></a></td>');

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==12){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>METODOLOGIA</strong></span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../metodologia/index.htm" class="menu"><strong>METODOLOGIA </strong></a></td>');

		}

		document.write('</tr>');







/* ************************************************ */	

		document.write('<tr height="15">');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==13){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>PUBLICACIONES</strong></span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../publicacions/index.htm" class="menu"><strong>PUBLICACIONES</strong></a></td>');

		}

		document.write('</tr>');

/* ************************************************ */	







		document.write('<tr height="50">');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==14){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>PARA QUIÉN TRABAJAMOS</strong></span></td>');

			//document.write('<td width="107" valign="top"><strong>PARA QUIÉN TRABAJAMOS</strong></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../peraquitreballem/index.htm" class="menu"><strong>PARA QUIÉN TRABAJAMOS</strong></a></td>');

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="12" align="left" valign="top"></td>');

		if (opcio==15){

			document.write('<td width="107" valign="top"><span class="menuActiu">Mapa Web</span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../mapa/index.htm" class="menu">Mapa Web</a></td>');

		}

		document.write('</tr>');

		document.write('<tr height="50">');

		document.write('<td width="12" align="left" valign="top"></td>');

		if (opcio==16){

			document.write('<td width="107" valign="top"><span class="menuActiu">Contacto</span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../contacte/index.htm" class="menu">Contacto</a></td>');

		}

		document.write('</tr>');

		document.write('</table>');		

	}

	if (idioma == "fra"){

		document.write('<table width="163" cellpadding="0" cellspacing="0" border="0">');

		document.write('<tr height="15">');

		document.write('<td width="24"></td>');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		document.write('<td width="107" valign="top"><a href="../../index_fra.htm" class="menu"><strong>HOME</strong></a></td>');

		document.write('<td width="20"></td>');

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="24"></td>');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		document.write('<td width="107" valign="top">');

		document.write('<table width="107" cellpadding="0" cellspacing="0" border="0">');

		document.write('<tr>');

		if (opcio==1){

			document.write('<td colspan="2" width="107" valign="top"><span class="menuActiu"><strong>PRÉSENTATION</strong></span></td>');

		}else{

			document.write('<td colspan="2" width="107" valign="top"><a href="../presentacio/index.htm" class="menu"><strong>PRÉSENTATION</strong></a></td>');

		}

		document.write('</tr>');

		document.write('<tr>');

		document.write('<td height="5" colspan="2" width="107"><img src="../../img/trans.gif" width="107" height="5" /></td>');

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==2){

			document.write('<td width="98" align="left"  valign="top"><span class="menuActiu">Qu’est-ce qu’avalua?</span></td>');

		}else{

			document.write('<td width="98" align="left"  valign="top"><a href="../presentacio/opcio1.htm" class="menu">Qu’est-ce qu’avalua?</a></td>');

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==3){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">D’où est-ce que vient l’idée ?</span></td>');

		}else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio2.htm" class="menu">D’où est-ce que vient l’idée ?</a></td>');

		}

		document.write('</tr>');







/* ************************************************ */		

		//document.write('<tr height="15">');

		//document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		//if (opcio==4){

			//document.write('<td width="98" align="left" valign="top"><span class="menuActiu">Qu´est-ce que sommes-nous?</span></td>');

		//}else{

			//document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio2.htm" class="menu">Qu´est-ce que sommes-nous?</a></td>');

		//}

		//document.write('</tr>');

/* ************************************************ */	







		document.write('<tr height="28">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==5){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">Document de fondation</span></td>');

		}else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio3.htm" class="menu">Document de fondation</a></td>');

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==6){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">Objectifs</span></td>');

		}else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio4.htm" class="menu">Objectifs</a></td>');	

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==7){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">Principes</span></td>');

		}

		else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio5.htm" class="menu">Principes</a></td>');

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==8){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">Vers qui se dirigent nos services</span></td>');

		}else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio6.htm" class="menu">Vers qui se dirigent nos services</a></td>');

		}

		document.write('</tr>');

		document.write('<tr>');

		document.write('<td height="5" colspan="2" width="107"><img src="../../img/trans.gif" width="107" height="5" /></td>');

		document.write('</tr>');

		document.write('</table>');

		document.write('<td width="20"></td>');

		document.write('</td>');

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="24" rowspan="8">&nbsp;</td>');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==9){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>SERVICES</strong></span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../serveis/index.htm" class="menu"><strong>SERVICES</strong></a></td>');

		}

		document.write('<td width="20" rowspan="8">&nbsp;</td>');

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==10){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>PROJETS</strong></span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../projectes/index.htm" class="menu"><strong>PROJETS</strong></a></td>');

		}

		document.write('</tr>');	

		document.write('<tr height="28">');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==11){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>AIRES GÉOGRAPHIQUES</strong></span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../arees/index.htm" class="menu"><strong>AIRES GÉOGRAPHIQUES</strong></a></td>');

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==12){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>METHODOLOGIE</strong></span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../metodologia/index.htm" class="menu"><strong>METHODOLOGIE</strong></a></td>');

		}

		document.write('</tr>');

		

		

		

/* ************************************************ */	

		document.write('<tr height="15">');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==13){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>PUBLICATIONS</strong></span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../publicacions/index.htm" class="menu"><strong>PUBLICATIONS</strong></a></td>');

		}

		document.write('</tr>');

/* ************************************************ */	







		document.write('<tr height="50">');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==14){

			document.write('<td width="107" valign="top"><strong>POUR QUI TRAVAILLONS-NOUS</strong></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../peraquitreballem/index.htm" class="menu"><strong>POUR QUI TRAVAILLONS-NOUS</strong></a></td>');

			//document.write('<td width="107" valign="top"><span class="menu"><strong>POUR QUI TRAVAILLONS-NOUS</strong></span></td>');

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="12" align="left" valign="top"></td>');

		if (opcio==15){

			document.write('<td width="107" valign="top"><span class="menuActiu">Carte Web</span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../mapa/index.htm" class="menu">Carte Web</a></td>');

		}

		document.write('</tr>');

		document.write('<tr height="50">');

		document.write('<td width="12" align="left" valign="top"></td>');

		if (opcio==16){

			document.write('<td width="107" valign="top"><span class="menuActiu">Contacter</span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../contacte/index.htm" class="menu">Contacter</a></td>');

		}

		document.write('</tr>');

		document.write('</table>');		

	}	

	if (idioma == "eng"){

		document.write('<table width="163" cellpadding="0" cellspacing="0" border="0">');

		document.write('<tr height="15">');

		document.write('<td width="24"></td>');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		document.write('<td width="107" valign="top"><a href="../../index_eng.htm" class="menu"><strong>HOME</strong></a></td>');

		document.write('<td width="20"></td>');

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="24"></td>');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		document.write('<td width="107" valign="top">');

		document.write('<table width="107" cellpadding="0" cellspacing="0" border="0">');

		document.write('<tr>');

		if (opcio==1){

			document.write('<td colspan="2" width="107" valign="top"><span class="menuActiu"><strong>PRESENTATION</strong></span></td>');

		}else{

			document.write('<td colspan="2" width="107" valign="top"><a href="../presentacio/index.htm" class="menu"><strong>PRESENTATION</strong></a></td>');

		}

		document.write('</tr>');

		document.write('<tr>');

		document.write('<td height="5" colspan="2" width="107"><img src="../../img/trans.gif" width="107" height="5" /></td>');

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==2){

			document.write('<td width="98" align="left"  valign="top"><span class="menuActiu">What is Avalua?</span></td>');

		}else{

			document.write('<td width="98" align="left"  valign="top"><a href="../presentacio/opcio1.htm" class="menu">What is Avalua?</a></td>');

		}

		document.write('</tr>');

		document.write('<tr height="28">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==3){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">From where Avalua arises?</span></td>');

		}else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio2.htm" class="menu">From where Avalua arises?</a></td>');

		}

		document.write('</tr>');

		

		

		

/* ************************************************ */		

		//document.write('<tr height="15">');

		//document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		//if (opcio==4){

			//document.write('<td width="98" align="left" valign="top"><span class="menuActiu">Who we are?</span></td>');

		//}else{

			//document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio7.htm" class="menu">Who we are?</a></td>');

		//}

		//document.write('</tr>');

/* ************************************************ */	







		document.write('<tr height="28">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==5){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">Document of foundation</span></td>');

		}else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio3.htm" class="menu">Document of foundation</a></td>');

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==6){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">Objectives</span></td>');

		}else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio4.htm" class="menu">Objectives</a></td>');	

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==7){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">Principles</span></td>');

		}

		else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio5.htm" class="menu">Principles</a></td>');

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="9" valign="top"><img src="../../img/simplecursor.gif" width="9" height="7" vspace="2" /></td>');

		if (opcio==8){

			document.write('<td width="98" align="left" valign="top"><span class="menuActiu">To whom our work goes</span></td>');

		}else{

			document.write('<td width="98" align="left" valign="top"><a href="../presentacio/opcio6.htm" class="menu">To whom our work goes</a></td>');

		}

		document.write('</tr>');

		document.write('<tr>');

		document.write('<td height="5" colspan="2" width="107"><img src="../../img/trans.gif" width="107" height="5" /></td>');

		document.write('</tr>');

		document.write('</table>');

		document.write('<td width="20"></td>');

		document.write('</td>');

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="24" rowspan="8">&nbsp;</td>');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==9){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>SERVICES</strong></span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../serveis/index.htm" class="menu"><strong>SERVICES</strong></a></td>');

		}

		document.write('<td width="20" rowspan="8">&nbsp;</td>');

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==10){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>PROJECTS</strong></span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../projectes/index.htm" class="menu"><strong>PROJECTS</strong></a></td>');

		}

		document.write('</tr>');	

		document.write('<tr height="28">');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==11){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>GEOGRAPHIC AREAS</strong></span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../arees/index.htm" class="menu"><strong>GEOGRAPHIC AREAS</strong></a></td>');

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==12){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>METHODOLOGY</strong></span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../metodologia/index.htm" class="menu"><strong>METHODOLOGY</strong></a></td>');

		}

		document.write('</tr>');

		

		

		

/* ************************************************ */	

		//document.write('<tr height="15">');

		//document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		//if (opcio==13){

			//document.write('<td width="107" valign="top"><span class="menuActiu"><strong>PUBLICATIONS</strong></span></td>');

		//}else{

			//document.write('<td width="107" valign="top"><a href="../publicacions/index.htm" class="menu"><strong>PUBLICATIONS</strong></a></td>');

		//}

		//document.write('</tr>');

/* ************************************************ */	







		document.write('<tr height="50">');

		document.write('<td width="12" align="left" valign="top"><img src="../../img/doblecursor.gif" width="7" height="7" vspace="2" /></td>');

		if (opcio==14){

			document.write('<td width="107" valign="top"><span class="menuActiu"><strong>WITH WHOM WE WORK</strong></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../peraquitreballem/index.htm" class="menu"><strong>WITH WHOM WE WORK</strong></a></td>');

			//document.write('<td width="107" valign="top"><span class="menu"><strong>DOCUMENTS AND ARTICLES</strong></span></td>');

		}

		document.write('</tr>');

		document.write('<tr height="15">');

		document.write('<td width="12" align="left" valign="top"></td>');

		if (opcio==15){

			document.write('<td width="107" valign="top"><span class="menuActiu">Web Map</span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../mapa/index.htm" class="menu">Web Map</a></td>');

		}

		document.write('</tr>');

		document.write('<tr height="50">');

		document.write('<td width="12" align="left" valign="top"></td>');

		if (opcio==16){

			document.write('<td width="107" valign="top"><span class="menuActiu">Contact</span></td>');

		}else{

			document.write('<td width="107" valign="top"><a href="../contacte/index.htm" class="menu">Contact</a></td>');

		}

		document.write('</tr>');

		document.write('</table>');		

	}

}





function mostrarPeuPagina(){

	document.write('<tr>');

	document.write('<td class="peupagina">AVALUA, anàlisi i desenvolupament. Rocafort, 242 bis, 3r pis  - 08029 - Barcelona. Tel. 93 322 17 36 - 606 995 623</td>');

	document.write('</tr>');

}



function mostrarPeuPaginaEsp(){

	document.write('<tr>');

	document.write('<td class="peupagina">AVALUA, análisis y desarrollo. Rocafort, 242 bis, 3r piso  - 08029 - Barcelona. Tel. 93 322 17 36 - 606 995 623</td>');

	document.write('</tr>');

}



function mostrarPeuPaginaFra(){

	document.write('<tr>');

	document.write('<td class="peupagina">AVALUA, analyse et développement. Rocafort, 242 bis, 3r pis  - 08029 - Barcelona. Tel. 93 322 17 36 - 606 995 623</td>');

	document.write('</tr>');

}



function mostrarPeuPaginaEng(){

	document.write('<tr>');

	document.write('<td class="peupagina">AVALUA, analysis and development. Rocafort, 242 bis, 3r pis  - 08029 - Barcelona. Tel. 93 322 17 36 - 606 995 623</td>');

	document.write('</tr>');

}