var fDesc=new Array(); fDesc[0] = "This collection of the Martin Bible in web-page format was created with the hope that God's Word in the French language (based on the Textus Receptus) could be liberally distributed.

This collection may be freely reproduced without permission, but only with the understanding that it is not for sale with the exception of recuperating the CD cost and allowing for wear and tear on equipment and any shipping costs to the purchaser. At the time of the this production, a reasonable price (not including shipping) would be $2.00 US or Canadian."; 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 = ''; } }