// JavaScript Document
function idiomas() {
	html  = '<a href="../castella/index.html"><img src="../castella/imagenes/bandera.gif" width="25" title="Castellano"></a>&nbsp;&nbsp;&nbsp;';
	html += '<a href="../catala/index.html"><img src="../catala/imagenes/bandera.gif" width="25" title="Català"></a>&nbsp;&nbsp;&nbsp;';
	html += '<a href="../euskera/index.html"><img src="../euskera/imagenes/bandera.gif" width="25" title="Euskera"></a>';

	document.write(html);
}

