var fDesc=new Array(); fDesc[0] = "Planning your bible readings has never been easier, nor more flexible. With ReadingPlanner you can easily select the books you wish to read and select the time frame you want to read them in. The software produces a plan which fits your schedule, and tracks your progress as you read each day.

Main features:
-Easy and flexible book selection interface.
-Customize your schedule to include only the days you want.
-Plan is output to an html (web page) file which can be opened by your favorite web browser.
-Links readings to "The Sword Project" for windows or gospelcom.net's online bible.
-Small size runs on virtually any computer!"; 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 = ''; } }