var fDesc=new Array(); fDesc[0] = "Pathagoras provides true document assembly and document automation without the necessity of programming, hidden fields, SmartTags. Pathagoras uses your text, not a 'canned' set of static clauses. Build documents using words you prefer; the ones you developed over many years of experience. The software uses a libraries/books metaphor to help you organize groups of clauses created for document assembly purposes."; 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 = ''; } }