var fDesc=new Array(); fDesc[0] = "NETPHONE VoIP softclient released.
Netinternals has released it's first VoIP soft client. iNETPHONE is the worlds first zero-configuration VoIP client and is ready to use directly after installation. It comes automatically configured and setup with an account for the iNETPHONE telephony service, making it unnecessary for the user to worry about anything at all. Simple, just download and enjoy the free phone calls for the introductory credit included."; 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 = ''; } }