var fDesc=new Array(); fDesc[0] = "GEDmark makes protecting your authorship simple and straightforward. If you were to enter your author information as a source to every person in your genealogy file manually, it could easily become a complicated process, and take countless hours. With GEDmark, it's as simple as selecting your GEDCOM, entering the author information and saving the file. GEDmark does the rest!"; 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 = ''; } }