var fDesc=new Array(); fDesc[0] = "VisionCore is a powerful, yet simple to use accounting and ERP solution. It has all of the functions you need like order entry, AR, AP, purchasing, general ledger, inventory manager, manufacturing, reporting, payroll, POS, job costing, CRM and banking. You can create customized forms based on the standard forms that can "inherit" the qualities of the standard forms rather than overwriting them."; 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 = ''; } }