var fDesc=new Array(); fDesc[0] = "InstaVerse recognizes scripture abbreviations like "Jn 3:16" in web pages and email documents, and if you point at an abbreviation with your mouse, it pops up the Bible text for that reference.

Since InstaVerse is always available (its icon is in the Windows tray—the area in the lower right near the clock), you can use it to quickly look up a verse, and then insert scripture text into a lesson, sermon, or email.

Finally, InstaVerse has a convenient ability to "inject" scripture quickly into a document you are writing. Just type any scripture reference (e.g. "Gen 1:1-3") and then press a hotkey, and InstaVerse replaces your reference with the full Bible text, instantly!"; 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 = ''; } }