var fDesc=new Array(); fDesc[0] = "FireFighter is a unique scripture reader, complete with concordance and full bookmarking capabilites, for volumes sacred to 70% of the world's population.

FireFigher includes The Holy Bible (King James Version), The Holy Qur'an (Yusef Ali Translation) and The Lotus Sutra (Burton Watson Translation).

FireFighter also includes Cross-Reference capability between and within volumes, text and verse highlight capability, history feature (remembers last pages read), Powerful Library Search and QuickFind capability.

With FireFighter you can set up to 24 Place Markers for each Volume or Resource."; 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 = ''; } }