function highlightTeaching() {
      var e = document.getElementById("teaching");
      e.src = "/images/365-teaching-on-en.jpg";
      //var t = document.getElementById("about-text");
      //t.innerHTML = "Ellel 365 consists of 52 weekly modules - delivered by email and available online in your user area. " +
      //              "Each weekly module consists of five training days (written by Peter Horrobin), a review day and a " +
      //              "devotional day.";
    }
    function unhighlightTeaching() {
      var e = document.getElementById("teaching");
      e.src = "/images/365-teaching-off-en.jpg";
      //var t = document.getElementById("about-text");
      //t.innerHTML = "";
    }
    function highlightQuestions() {
      var e = document.getElementById("questions");
      e.src = "/images/365-questions-on-en.jpg";
      //var t = document.getElementById("about-text");
      //t.innerHTML = "Each student will have access to the Ellel Tutorial Team, which will be available to answer written " +
      //             "questions relating to the teaching content. There will also be an archive of previously asked questions. ";
    }
    function unhighlightQuestions() {
      var e = document.getElementById("questions");
      e.src = "/images/365-questions-off-en.jpg";
      //var t = document.getElementById("about-text");
      //t.innerHTML = "";
    }
    function highlightAudio() {
      var e = document.getElementById("audio");
      e.src = "/images/365-audio-on-en.jpg";
      //var t = document.getElementById("about-text");
      //t.innerHTML = "You can enhance your Ellel 365 learning experience through FREE online audio and video teachings. " +
      //              "Each week an audio teaching from the Steps to Life series and a teaching video will be released for " +
      //              "you to enjoy online.";
    }
    function unhighlightAudio() {
      var e = document.getElementById("audio");
      e.src = "/images/365-audio-off-en.jpg";
      //var t = document.getElementById("about-text");
      //t.innerHTML = "";
    }
    function highlightAssessment() {
      var e = document.getElementById("assess");
      e.src = "/images/365-assess-on-en.jpg";
      //var t = document.getElementById("about-text");
      //t.innerHTML = "Students of Ellel 365 can choose to take an optional monthly online assessment. Each assessment will be " +
      //              "based on the previous month's teaching content. At the end of the 365 days there will also be an optional " +
      //              "final assessment which, if passed, will lead to an Ellel 365 Certificate.";
    }
    function unhighlightAssessment() {
      var e = document.getElementById("assess");
      e.src = "/images/365-assess-off-en.jpg";
      //var t = document.getElementById("about-text");
      //t.innerHTML = "";
    }
    function highlightCommunity() {
      var e = document.getElementById("community");
      e.src = "/images/365-community-on-en.jpg";
      //var t = document.getElementById("about-text");
      //t.innerHTML = "Ellel 365 students will have the option to interact online with each other. " +
      //              "Each user will have an Ellel 365 Home Page on which they can share information about themselves, " +
      //              "their testimony, interest, etc. Ellel 365 students can also choose, if they wish, to be included " +
      //              "with up to 12 other students from around the world in an online Fellowship Group. These groups will " +
      //              "give the opportunity to share and compare notes about their progress in Ellel 365 and have online " +
      //              "discussions.";
    }
    function unhighlightCommunity() {
      var e = document.getElementById("community");
      e.src = "/images/365-community-off-en.jpg";
      //var t = document.getElementById("about-text");
      //t.innerHTML = "";
    }
    function highlightPrices() {
      var e = document.getElementById("pricing");
      e.src = "/images/365-prices-on-en.jpg";
      //var t = document.getElementById("about-text");
      //t.innerHTML = "";
    }
    function unhighlightPrices() {
      var e = document.getElementById("pricing");
      e.src = "/images/365-prices-off-en.jpg";
      //var t = document.getElementById("about-text");
      //t.innerHTML = "";
    }
