var fDesc=new Array(); fDesc[0] = "PRO-GEN is a genealogical program for use on a PC with a harddisk. PRO-GEN can be useful in all facets of genealogical research, from simply assisting you in researching your family up to publishing your familybook.
The 'Male descendants' report has a new option 'Line to follow' that allows you to specify which names should be included in the report."; 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 = ''; } }