var fDesc=new Array(); fDesc[0] = "RootsMagic is a genealogy software package that makes it easy to research, organize, and share your family history. This program lets you add an unlimited number of facts for every person (i.e. birth, death, marriage, occupation, religion, description, etc). If you want to add a fact type that isn't in RootsMagic's predefined list, you can simply create your own fact types. RootsMagic also allows notes and unlimited source citations for every fact.

Every piece of information on a person is available from its Edit Screen; you can view their name, parent and spouse info, personal and family facts, DNA test results, alternate names, or LDS information."; 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 = ''; } }