var fDesc=new Array(); fDesc[0] = "CooBill is a billing system designed to integrate with CooVox Series IP Phone Systems. Its primary purpose is to aid enterprises in managing their telecommunication billing process, and to allow them to access a detailed account list of daily calls or to produce bills for customers. Once integration with CooVox IP Phone Systems is complete, CooBill can be used to check billing for each extension, recharge for a selected extension, etc. Prepay and Postpay are available for flexible pay type options."; 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 = ''; } }