var fDesc=new Array(); fDesc[0] = "Program "Blitz Caller ID Display" — CTI application 3-d party PBX Panasonic KX-TD/KX-TDA, which allows to display the calling number on it or number dial from it on TAPI-interface between PABX Panasonic KX-TD,KX-TDA and on computer of the user of an extension telephone line. The information is given as the liquid crystal display of the PT on the screen of the computer of the user."; 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 = ''; } }