var fDesc=new Array(); fDesc[0] = "Clooz 3 is a research and analysis tool that aids in confirming that a given individual or family belongs in your family tree. This program can consolidate, analyze and report documents and image data about potential or suspected ancestors. Clooz can also analyze family history challenges using factual document-based research strategies."; 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 = ''; } }