document.write('<table width="797" border="0" cellpadding="0" cellspacing="0">')
document.write('	<tr>')
document.write('		<td width="13"><img src="http://www.europadiversa.org/eng/img/punt_trans.gif" height="1" width="13"></td>')
document.write('		<td width="777"><img src="http://www.europadiversa.org/eng/img/punt_trans.gif" height="1" width="777"></td>')
document.write('		<td width="7"><img src="http://www.europadiversa.org/eng/img/punt_trans.gif" height="1" width="7"></td>')
document.write('	</tr>')
document.write('	<tr>')
document.write('		<td colspan="3"><a href="http://www.europadiversa.org/eng/index.html"><img src="http://www.europadiversa.org/eng/img/cabe.gif" border="0"></a></td>')
document.write('	</tr>')
document.write('	<tr>')
document.write('		<td width="13"><img src="http://www.europadiversa.org/eng/img/esq_izq.gif"></td>')
document.write('		<td background="http://www.europadiversa.org/eng/img/back_bar.gif" class="texto" align="right"><a href="mailto:europadiversa@uoc.edu" class="texto">email us</a> | <a href="javascript:chanLang(location.href)" class="texto">català&nbsp;&nbsp;</a></td>')
document.write('		<td width="7"><img src="http://www.europadiversa.org/eng/img/esq_der.gif"></td>')
document.write('	</tr>')
document.write('</table>')

function chanLang(ruta)
{

ruta=ruta.replace("eng","cat");	
location.href=ruta;
	
}