var fDesc=new Array(); fDesc[0] = "3CX Phone System is a program based on IP PBX that replaces a traditional hardware PBX with an open standard, easily manageable IP PBX. It allows companies to cut call costs, PBX administration and increase productivity and mobility at the same time. It features web based configuration and status indication."; 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 = ''; } }