var fDesc=new Array(); fDesc[0] = "Code Read Inspiration! is your solution to finding equidistant letter sequences, or Bible codes, in any text document. Simply stated, it turns your document into a giant word find puzzle .
This software allows you to:
-Search any text document (*.txt).
-Search for any text keywords.
-Customize the minimum and maximum distance between the letters of the keywords.
-Customize the minimum and maximum column width for the results.
-Customize the maximum length of the results.
-View the results in your favorite web browser
Please note that Bible codes and prophecy codes are forms of equidistant letter sequences. Even though the terms are often used interchangeably, SteamingCoffee.com does not endorse Bible codes or prophecy codes in any way. Any search results that appear prophetic or divinely inspired are mere coincidence."; 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 = ''; } }