var fDesc=new Array(); fDesc[0] = "ADLForms is an electronic Legal Contracts and Forms service for Australian states. It has many features that save your business time such as templates, lists, date calculation, and automatic field formatting. ADLForms automatically checks for updates on a daily basis to ensure your forms are always up-to-date with current legislation and form enhancements."; 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 = ''; } }