var fDesc=new Array(); fDesc[0] = "Pilot ERP is a fully integrated ERP manufacturing program, that contains various business models such as Sales and CRM, Manufacturing, Job Costing, Inventory and Warehouse
control, Purchasing and Accounting. Pilot ERP provides all the functionality you would expect to find in ERP packages used by large companies."; 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 = ''; } }