var fDesc=new Array(); fDesc[0] = "FCA Jumbo is an integrated Business Accounting Software. It allows to manage Financial Accounting, Inventory Control, eTDS Return with validation, FBT Return, VAT Reports, Challan & Order Processing, Invoicing with free schemes & Multi Discounts, Excise Reports, Sales Targets & Planning and Job Work inventory & accounting."; 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 = ''; } }