var fDesc=new Array(); fDesc[0] = "Tipbx program constitutes the basic tool for the configuration of the PABX 18 and 28 BTicino telephone exchanges. The software Tipbx allows the configuration of the last generation PABX telephone exchange by BTicino, both version 1-8 and version 2-8. The software is great for customizing the mentioned phones."; 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 = ''; } }