
function displayMenuTexto()
{
	document.write("<TABLE WIDTH=100% BORDER=0 ALIGN=center >")
	document.write("<TR ALIGN=center>")
	document.write("<TD>")
	document.write("<A HREF='index.html' > P&aacute;gina Principal</A> | ")
	document.write("<A HREF='Quienes.html' >Qui&eacute;nes Somos</A> | ")
	document.write("<A HREF='Adicciones.html' > Adicciones</A> | ")
	document.write("<A HREF='Alternativa.html' >Medicina Alternativa</A> | ")
	document.write("<A HREF='Tratamiento.html' >Tratamiento</A> | ")
	document.write("<A HREF='Beneficios.html' >Beneficios</A> | ")
	document.write("<A HREF='Preguntas.html' >Preguntas Frecuentes</A> | ")
	document.write("<A HREF='Localizanos.html' > Local&iacute;zanos</A>")
	document.write("</TD></TR>")
	document.write("</TD></TR></TABLE>")
}
