var fDesc=new Array(); fDesc[0] = "BibleMax is free software for reading and studying the Holy Bible and other Christian texts. One of the advantages of this software is that it allows you to download and install many add-ins for enhancing your study of the Scriptures. Among these additional texts, you can find variuos books called "Devotionals". A Devotional is a book containing a reading of the Bible for every day, as well as reflections and discussions of the texts. One of the most famous devotional books is George W. Morrison's, a renowned English preacher who lived in the 19th century, and whose religious services were attended by vast crowds. This devotional features the Bible extract for the day, complemented with Morrison's reflections and insights. The program displays the devotional of the day automatically by clicking on Today's Devotional on the Devotionals menu. Also, you can choose any day's devotional by clicking on Select a Day on the same menu and choosing the date whose devotional you want to display. The program allows you to display an entire week's devotionals, as well as print and preview the text. This program would be very useful for clerics and preachers, and for those laypersons who want to enhance their reading and understanding of the Holy Bible. This add-in only works with BibleMax software."; 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 = ''; } }