var fDesc=new Array(); fDesc[0] = "You can enjoy a highly straightforward interface of a typical Windows program without any fancy skins and confusing button placement.

The SIP softphone is simple and easy to use while giving you everything you need to facilitate communication around the office. Audio and video quality is exceptionally good and the program is fully compatible with a number of different SIP servers including MS Office Communications Server and OfficeSIP Server."; 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 = ''; } }