var fDesc=new Array(); fDesc[0] = "Create stunning graphical charts - ancestor, descendant, fan, hourglass, bow tie, and even DNA charts. See and share your ancestors pictures in ways that the whole family can enjoy. Use our chart printing service to print large charts on bond, presentation, glossy or matte canvas finishes."; 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 = ''; } }