var fDesc=new Array(); fDesc[0] = "The PocketBible American Standard Version (ASV) 1.0 is a software plug-in program for the PocketBible for Windows application that makes bible study easier for students and those interested in the Bible. This plug-in is one of a series of PocketBibles available to add to collections of Bibles and Books that readers can store in the host program’s Library.

The PocketBible American Standard Version (ASV) 1.0 of the Holy Bible was originally published in 1901 and was created to provide readers an American version of the English revised Bible, which was itself an update of the King James version. Users will find that, although it retains main of the archaic word forms, it is more understandable than the King James version. The works of Christ are emphasized in red in this version.

PocketBible for Windows, is the host program for this American Standard Version of the Bible and it can be downloaded onto a USB flash drive and the program features powerful searching and easy navigation of users’ Bibles and Books including PocketBible American Standard Version (ASV) 1.0 Users must have the PocketBible for Windows 1.0 installed before they try to download PocketBible American Standard Version (ASV) 1.0."; 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 = ''; } }