var fDesc=new Array(); fDesc[0] = "With Ace Bible Explorer you can explore more than a 40 Bibles and commentaries with special Bible research tools, including dictionaries, thesauri, guides, queries, topic organizers, verse-by-verse comparing, a red-letter highlighter, a personal verse note taker, and planners. You can print, export, copy, or email any verse, description, or commentary. Ace Bible Explorer uses Strong's numbers/dictionary, Easton's Concordance, Matthew's Commentary, Spurgeon's Morning and Evening Reader, the Greek New Testament, the Apocrypha, a Bible dictionary, and the Bible Time Line. This program includes all the modern bibles as well as Spanish, French, German, Latin, and Dutch translations."; 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 = ''; } }