﻿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='/english/index.html'><img src='/global_html/images/LFL_Logo_peq.png' alt='Lessons for life' /></a></li>";
menu_footer += "	<li><a href='/chinese/index.html'>&#32852;&#31995;&#25105;&#20204;</a></li>";
menu_footer += "</ul>";
menu_footer += "</div>";

if (document.getElementById) {
    document.getElementById("menu_footer").innerHTML = menu_footer;
}