
// printer_tail_spa.js

<!--  // Biblioteca de Manejo de Impresion de la Navegacion por Texto

function print_tail_spa ()
{
	document.write("<TABLE WIDTH='100%'>");
	document.write("<TR>");
	document.write("<TD WIDTH='100%' BACKGROUND='img/t_fondo.jpg' ALIGN='center' VALIGN='bottom' HEIGHT='155'>");

	document.write("<HR COLOR='#B4B4B4'>");

	document.write("<SPAN CLASS='LinkNavTexto'>");

	document.write("<A HREF='who_e.htm' CLASS='LinkNavTexto'>Sobre Nosotros</A> | ");
	document.write("<A HREF='companies_e.htm' CLASS='LinkNavTexto'>Compañías</A> | ");
	document.write("<A HREF='productos_e.htm' CLASS='LinkNavTexto'>Productos</A> | ");
	document.write("<A HREF='news_e.htm' CLASS='LinkNavTexto'>Noticias</A> | ");
	document.write("<A HREF='contact2_e.htm' CLASS='LinkNavTexto'>Contáctenos</A>");
	document.write("</P>");

	document.write("</SPAN>");

	document.write("</TD>");
	document.write("</TR>");
	document.write("</TABLE>");

}
