var fDesc=new Array(); fDesc[0] = "Heredis 2014 is a program that allows you to take a look at where you are in your research and highlights known or missing items from your genealogy. You can keep track simultaneously of the migration of your lineage through each life event of all those who are close to the primary person. The movements of your ancestors are displayed by Heredis on interactive maps."; 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 = ''; } }