var fDesc=new Array(); fDesc[0] = "This easy to use software program is designed to allow the customization of the filing documents to suit you clients specific needs, by providing questions that will select specific optional paragraphs based on the answers provided. You will only need to provide the information once and it is automatically inserted throughout the form where ever the information is relevant. Your final results are accurate signature-ready documents prepared in minutes!"; 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 = ''; } }