﻿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'>الصفحة الرئيسية</a></li>";
menu_footer += "	<li><a href='about_us.html'>معلومات عنا</a></li>";
menu_footer += "	<li><a href='products_the_complete_set.html'>المنتجات</a></li>";
menu_footer += "	<li><a href='individuals.html'>الافراد</a></li>";
menu_footer += "	<li><a href='business.html'>العمل</a></li>";
menu_footer += "	<li><a href='education.html'>التعليم</a></li>";
menu_footer += "	<li><a href='libraries.html'>المكتبات</a></li>";
menu_footer += "	<li><a href='distributors.html'>الموزعون</a></li>";
menu_footer += "	<li><a href='/shopping/'>تسوق</a></li>";
menu_footer += "	<li><a href='support_FAQ.html'>الدعم</a></li>";
menu_footer += "	<li class='menulast'><a href='contactus.html'>اتصل بنا</a></li>";
menu_footer += "</ul>";
menu_footer += "</div>";

if (document.getElementById) {
    document.getElementById("menu_footer").innerHTML = menu_footer;
}