var fDesc=new Array(); fDesc[0] = "This software is ideal for those family historians, genealogical socities, individuals and genealogists looking for a very easy way to publish cemetery transcriptions. The software will create an indexed book with a picture of each monument, from the cemetery transcription database.

CemToPictureBOOK converts CemEditor databases into fully indexed books with a photo for each entry. The original release will allow 10 entries per page with the following information: Name, Birth, Death, Aged, Section, Lot, Row, and Stone. Additional information that will not fit on the page with the pictures will be place in alphabetical order in an appendix."; 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 = ''; } }