var fDesc=new Array(); fDesc[0] = "Interactively study 15 modern Bibles with verse by verse commentaries, dictionaries, Strong's Greek and Hebrew lexicon, 20,000 topics,100,000 references, 15,000 comments, a note pad, highlighting, red lettering, compare gospel stories, side by side Bibles & the Apocrypha. Listen to Christian Radio/News/Music or the chapter read to you. Create personal systematic study plans. Also includes non-English Bibles (French, German, Latin, Dutch, Italian, Russian, Chinese etc.) Free updates for life."; 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 = ''; } }