var fDesc=new Array(); fDesc[0] = "Cleantouch Cable Operator Financial is written specially for the business that provides TV Cable to users through a chain of sub operators. The software helps you maintain records of sub operators with the booster load and user database. You can define a monthly line rent in the user account to post monthly dues through a simple process. It also lets you manage finance-related requirements of 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 = ''; } }