var fDesc=new Array(); fDesc[0] = "BibleMax is free software for reading and studying the Scriptures from the convenience of your desktop. Among the program's useful capabilities, you can make it "grow" according to your needs by downloading and installing many optional modules, like different versions and translations of the Scriptures, commentaries, maps, dictionaries, and devotionals. A devotional is a book containing reflections on various topics, always with regard to the faith and/or the Scriptures. One of the most famous devotionals is F.B. Meyer's Our Daily Walk. Frederick Brotherton Meyer (1847-1929) was a renowned Baptist preacher and pastor. He practiced his ministry in many countries, like England, where he was born, as well as South Africa, Asia and the US. He was known as a fierce defender of morality and for his vehement preaching against drunkenness and prostitution.
His devotional contains a Bible quote for each day of the year, a reflection on that quote, and a brief prayer at the end, so it would be very useful for meditating daily about the Scriptures with brief, readable texts. It works directly with Windows calendar, so it shows by default the reflection corresponding to the exact date. This module only works with BibleMax software, so you must download and install the core program before running this add-in."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }