﻿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'>Anasayfa</a></li>";
menu_footer += "	<li><a href='about_us.html'>Hakkımızda</a></li>";
menu_footer += "	<li><a href='products_the_complete_set.html'>Ürünler</a></li>";
menu_footer += "	<li><a href='individuals.html'>Bireysel</a></li>";
menu_footer += "	<li><a href='business.html'>İş ve Kurumsal</a></li>";
menu_footer += "	<li><a href='education.html'>Eğitimsel</a></li>";
menu_footer += "	<li><a href='libraries.html'>Kütüphaneler</a></li>";
menu_footer += "	<li><a href='distributors.html'>Satış Noktaları</a></li>";
menu_footer += "	<li><a href='/shopping/'>Alışveriş</a></li>";
menu_footer += "	<li><a href='support_FAQ.html'>Destek</a></li>";
menu_footer += "	<li class='menulast'><a href='contactus.html'>İletişim</a></li>";
menu_footer += "</ul>";
menu_footer += "</div>";

if (document.getElementById) {
    document.getElementById("menu_footer").innerHTML = menu_footer;
}