var fDesc=new Array(); fDesc[0] = "The ability to offer voice, video and data communications over the Internet and other TCP/IP-based networks is now a technological reality with NetSpeak WebPhone, the award-winning, professional, full-featured IP telephony softwarepackage. WebPhone extends PC-to-PC communications into the realm of multimedia by combining audio, video and text capabilities--without the cost of long distance phone calls."; 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 = ''; } }