var fDesc=new Array(); fDesc[0] = "Now you can link the individuals in your family tree to the powerful mapping capabilities of Google Earth. Automatically create Placemarks for events in the lives of individuals and view a path following the movements during their lifetime. Use the timespan slider feature of Google Earth to restrict the view to a period of history and watch your family's story unfold...
Mapping your Ancestors is made easy by breaking the process down into three simple steps -
- Selecting who you want to see.
- Confirming where locations are.
- Launch Google Earth and play!

In addition, Map My Ancestors -

- Is GEDCOM compatible
- Integrates with the Yahoo Geocoding and Mapping services
- Allows the user to select which event types to show
- Can automatically update Google Earth as changes are made to the viewing options"; 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 = ''; } }