
var footerOutput;
	footerOutput = '<img src="/img/footer_nav/footer_nav_es.gif" width="760" height="34" border="0" usemap="#footermap" alt="" />';
	footerOutput += '<map name="footermap" id="footermap">';

	footerOutput += '<area shape="rect" coords="73,12,205,31" href="about_overview_es.html" alt="Acerca de Nosotros" />';

	footerOutput += '<area shape="rect" coords="260,12,430,31" href="tips_overview_es.html" alt="Consejos y Herramientas" />';

	footerOutput += '<area shape="rect" coords="483,12,547,31" href="news_overview_es.html" alt="Noticias" />';

	footerOutput += '<area shape="rect" coords="601,12,691,31" href="contact_us_es.html" alt="Cont&aacute;ctenos" />';

footerOutput += '</map>';	
document.write(footerOutput);