var fDesc=new Array(); fDesc[0] = "QuickVerse software simplifies Biblical research, allowing the user to view multiple reference materials, including Bibles, dictionaries, commentaries and encyclopedias side-by-side on the computer screen. A built-in QuickSearch feature enables the user to highlight a word or Bible verse and find all of its occurrences in a particular text. Advanced search options also enable users to search by word, phrase, or verse in any language across multiple books. Over 1,000,000 certified copies of QuickVerse™ have been sold since the products' conception. QuickVerse™ is available in multiple editions. QuickVerse™ Essentials Edition includes 10 Bibles and 65 reference titles for $59.95. QuickVerse™ Standard Edition includes 14 Bibles and 94 reference titles for $129.95. QuickVerse™ Expanded Edition includes 16 Bibles and 126 reference titles for $249.95. The QuickVerse™ Deluxe Edition includes 21 Bibles and 181 reference titles for $349.95. QuickVerse™ Platinum Edition includes 25 Bibles and 275 reference titles for $799.95. Each QuickVerse™ purchase includes additional access to various books available online."; 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 = ''; } }