var fDesc=new Array(); fDesc[0] = "Flying Logic is a tool that fills a widespread need for software that supports the practice of reasoning. It does for reasoning what spreadsheets do for numbers. The program can adjust confidence values and edge weights, expand and collapse groups, copy text to other applications, export annotations to text or PDF, export diagram to PDF, modify document structure and text, and more."; 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 = ''; } }