var fDesc=new Array(); fDesc[0] = "It will import AncestryDNA data into a Matches CSV file and an Ancestors of Matches CSV file. In addition, the Windows version also includes the capability to download 23andMe data as well as the new Shared Matches (ICW) from Ancestry.

A DNAGedcom.com account and NET Framework are required by this app in order to function properly."; 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 = ''; } }