﻿var chk_url = new String(window.location);
var menu_footer = "";

menu_footer = "<div id='menufooter'>";
menu_footer += "<ul>";
menu_footer += "	<li class='menufooterLogo'><a href='index.html'><img src='/global_html/images/LFL_Logo_peq.png' alt='Lessons for life' /></a></li>";
menu_footer += "	<li><a href='index.html'>Inicio</a></li>";
menu_footer += "	<li><a href='about_us.html'>Quienes somos</a></li>";
menu_footer += "	<li><a href='products_the_complete_set.html'>Productos</a></li>";
menu_footer += "	<li><a href='individuals.html'>Particulares</a></li>";
menu_footer += "	<li><a href='business.html'>Empresas</a></li>";
menu_footer += "	<li><a href='education.html'>Educaci&oacute;n</a></li>";
menu_footer += "	<li><a href='libraries.html'>Bibliotecas</a></li>";
menu_footer += "	<li><a href='distributors.html'>Distribuidores</a></li>";
menu_footer += "	<li><a href='/shopping/'>Tienda</a></li>";
menu_footer += "	<li><a href='support_FAQ.html'>Asistencia</a></li>";
menu_footer += "	<li class='menulast'><a href='contactus.html'>Contacto</a></li>";
menu_footer += "</ul>";
menu_footer += "</div>";

if (document.getElementById) {
    document.getElementById("menu_footer").innerHTML = menu_footer;
}