var fDesc=new Array(); fDesc[0] = "The Complete Genealogy Builder is a 99.9% compliant GEDCOM 5.5 database manager for the creation and maintenance of genealogy projects. This level of GEDCOM compliance is determined as the average of import compliance (all GEDCOM-compliant data from another genealogy program will be imported completely and correctly) and export compliance (all data are exported such that a another genealogy program will be able to import all GEDCOM-compliant data completely and correctly). Of all other genealogy programs, only Family Historian is known to exhibit a comparable level of import compliance, and we believe that no other program offers a comparable level of export compliance."; 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 = ''; } }