var fDesc=new Array(); fDesc[0] = "FamilyInsight is designed to bring up easily found matches right away and then return again for a more powerful and comprehensive search. Bringing you the matches that would be lost with any other search. FamilyInsight will help you keep your PAF files clean so that next time you give your file to Aunt Sally, she'll be impressed with your organization among other things."; 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 = ''; } }