var fDesc=new Array(); fDesc[0] = "PC Phone is the software telephone of choice for use with PCs in offices as well as at home. Carrier-grade telephony, being based on open standards, interoperability and perfect integration into all kinds of networks are the key features. . CTI interfaces, which include TAPI and protocol handlers make PC Phone a professional carrier-grade telephone for office use. PC Phone is best characterized by easy use, very good sound quality as well as system telephone-like functionality"; 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 = ''; } }