var fDesc=new Array(); fDesc[0] = "CSLessons generates the full text of the weekly Bible Lesson, with passages from the Bible and Science and Health with Key to the Scriptures by Mary Baker Eddy, all perfectly formatted (including the marginal headings in Science and Health).

Just enter Lesson citations in the form provided, then save the Lesson as a text file, view it on your computer monitor, or print it out in either portrait or landscape mode at the size you select. At 100% or 125% in landscape mode the Lesson prints as pairs of pages and folds into a convenient booklet."; 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 = ''; } }