var fDesc=new Array(); fDesc[0] = "FamilySearcher is a windows program that can read a GEDCOM file and display a list of all names contained in the file in a spreadsheet format.

Using a simple point-and-click it is possible to search the Internet IGI (International Genealogical Index) and the other resources at the LDS FamilySearch web site for any matching entries.

It requires an Internet connected PC and a copy of Internet Explorer"; 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 = ''; } }