function anterior() {
	if (i>1) {
		--i;
		top.location='Articulo'+i+'.htm';
	}
	else {
		top.location='Aprendiz.htm';
	}
}

function siguiente() {
	if (i<10) {
	++i		
	top.location='Articulo'+i+'.htm';
	}
	else {
		top.location='Aprendiz.htm';
	}
}

document.write ('		<table border="0" width="100%">');
document.write ('			<tr>');
document.write ('			<TD valign="top" width="150" align="center">');
document.write ('				<A HREF="" OnClick="top.location=\'home.htm\';return false"><IMG SRC="images/TQM_Logo.gif" ALT="Página principal de TQM Asesores" HEIGHT="79" WIDTH="150" ALIGN="CENTER" border="0"></A>');
document.write ('				<A HREF="" OnClick="top.location=\'TQM_Asesores.htm\';return false"><FONT SIZE="3" COLOR="#AAAAFF" FACE="Times New Roman"><B> Quiénes somos</B></FONT></A>');
document.write ('					<P>');
document.write ('					<A HREF="" OnClick="top.location=\'Servicios.htm\';return false"><FONT SIZE="3" COLOR="#AAAAFF" FACE="Times New Roman"><B> Servicios que prestamos</B></FONT></A>');
document.write ('				</TD>');
document.write ('				<td>');
document.write ('					<p align="right">');
document.write ('					<i>');
document.write ('						<sub>');
document.write ('							<font SIZE="+4" COLOR="#0000FF">');
document.write ('								R');
document.write ('							</font>');
document.write ('						</sub>');
document.write ('						<font');
document.write ('							SIZE="+4">');
document.write ('							eflexiones de un');
document.write ('						</font>');
document.write ('						<sub>');
document.write ('							<font SIZE="+4" COLOR="#0000FF">');
document.write ('								A');
document.write ('							</font>');
document.write ('						</sub>');
document.write ('						<font');
document.write ('							SIZE="+4">');
document.write ('							prendiz');
document.write ('						</font>');
document.write ('					</i>');
document.write ('					<hr WIDTH="31%" ALIGN="right">');
document.write ('					<hr WIDTH="60%" ALIGN="right">');
document.write ('					<hr WIDTH="89%" ALIGN="right">');
document.write ('					<CENTER>');
document.write ('						<a HREF="Aprendiz.htm"><img SRC="images/ra1.gif" ALT="Índice de las Reflexiones." WIDTH="36" HEIGHT="36" BORDER="0" OnClick="top.location=\'Aprendiz.htm\'"></a>');
document.write ('						&nbsp;');
document.write ('						<a HREF=""><img SRC="images/flecha_izquierda.gif" ALT="Artículo anterior" WIDTH="35" HEIGHT="35" BORDER="0" OnClick="i=top.artno;anterior();return false"></a>');
document.write ('						<a HREF=""><img SRC="images/flecha_derecha.gif" ALT="Artículo siguiente" WIDTH="35" HEIGHT="35" BORDER="0" OnClick="i=top.artno;siguiente();return false"></a>');
document.write ('						<a HREF="Mensajes.htm"><img SRC="images/sobre.gif" WIDTH="35" HEIGHT="35" BORDER="0" ALT="Comunique con nosotros" OnClick="top.location=\'Mensajes.htm\'"></a>');
document.write ('						<a HREF="Formulario_descarga.htm"><img SRC="images/ftp.gif" WIDTH="35" HEIGHT="35" BORDER="0" ALT="Descarga de árticulos del Aprendiz"></a>');
document.write ('					</CENTER>');
document.write ('				</td>');
document.write ('			</tr>');
document.write ('		</table>');
