var fDesc=new Array(); fDesc[0] = "ISA (Interlinear Scripture Analyzer) is an Interlinear Bible and Concordance Search tool.
ISA 2 - CLV module is actually the concordant version of the old testament books included within the CLV Database.

The following Concordant Version of the Old Testament books, tentative translation, are included within the CLV database :
- GENESIS
- EXODUS
- LEVITICUS
- NUMBERS
- DEUTERONOMY
- RUTH
- EZRA
- ESTHER
- JOB
- PSALMS
- JONAH
- MICAH
- NAHUM
- HABAKKUK and more.

Elizabethan English pronouns and verb forms have been revised into their modern English equivalents. In addition, to accord with the Concordant Version, “Jehovah” is rendered “Yahweh”; “God” is, respectively, “El,” “Eloah,” and “Elohim,” and “age,” “ages,” and “age-during,” are “eon,” “eons,” and “eonian.”"; 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 = ''; } }