var fDesc=new Array(); fDesc[0] = "3S Accounting is a simple to learn and use, feature rich, entry level accounting program that can be used by a wide variety of businesses. 3SAccounting does not contain an inventory control module. It contains many advanced features such as two styles of invoicing (service and distribution), multi-currency capabilities, multiple bank account capabilities 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 = ''; } }