var fDesc=new Array(); fDesc[0] = "FormDocs™ is a complete solution for easily creating, filling-in, and managing the forms you use in your business or organization every day. That means your invoices, purchase orders, work orders, proposals, case reports, etc. can be made to appear and print exactly like your familiar paper versions of those forms. Most importantly, FormDocs™ depicts your forms as documents, not just plain web forms or database entry screens."; 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 = ''; } }