var fDesc=new Array(); fDesc[0] = "The PocketBible Laridian Reading Plans (LRP) 1.0 is a software plug-in for PocketBible for Windows, an application that allows readers to study their Bibles, study notes etc., and to keep them collected in a virtual library. This plug-in is from a PocketBible collection of bible study material and it provides readers with various schedules for use with PocketBible for Windows.

The PocketBible Laridian Reading Plans (LRP) 1.0 provides users with a selection of Bible reading schedules and features 7 schedules; Reading the Whole Bible in a year; the Old Testament, New Testament, Psalms and Proverbs in a year with suggestions for each day from each; The New Testament in 1 year; The Old Testament in 1 year; New Testament in 6 months; New Testament in 3 months; Psalms and proverbs in 1 month – gives reading suggestions for each day from both books.

By using the reading plans included in this program, readers will be guided through the whole Holy Bible, and can choose to read through parts of it over a specific period of time. The plans in the program can be printed out and readers can follow them with their printed Bibles too. Start dates and times for procedures can be adjusted by users. This plug in requires PocketBible as a host."; 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 = ''; } }