function writeMenu() {
	document.write('<table width="95%"  border="2" align="center">' +
		  '<tr>' +
		    '<td width="7%"><div align="center" class="Estilo2"><a href="../inicio/inicio.htm" target="_parent">Inicio</a></div></td>' +
		    '<td width="9%"><div align="center" class="Estilo2"><a href="../nosotros/nosotros.htm" target="_parent">Nosotros</a></div></td>' +
		    '<td width="17%"><div align="center" class="Estilo2"><a href="articulos_de_interes.htm" target="_parent">Art&iacute;culos de inter&eacute;s </a></div></td>' +
		    '<td width="10%"><div align="center" class="Estilo2"><a href="../los_gatos/los_gatos.htm" target="_parent">Los Gatos </a></div></td>' +
		    '<td width="12%"><div align="center" class="Estilo2"><a href="../y_mucho_mas/y_mucho_mas.htm" target="_parent">Y mucho m&aacute;s </a></div></td>' +
		    '<td width="8%"><div align="center" class="Estilo2"><a href="../links/links.htm" target="_parent">Links</a></div></td>' +
		    '<td width="20%"><div align="center" class="Estilo2"><a href="../contactar/contactar.htm" target="_parent">Contacta con nosotros </a></div></td>' +
		    '<td width="17%"><div align="center"><span class="Estilo2"><a href="http://miarroba.com/libros/leer.php?id=182972" target="_blank">Libro de Visitas</a></span></div></td>' +
		  '</tr>' +
		'</table>');
}
