var fDesc=new Array(); fDesc[0] = "The IP Softphone 2050 for Windows PC transforms your PC into a full-featured platform which can now offer real-time, feature-rich voice communications along with support of data communications. The IP Softphone 2050 can be used as a primary or supplemental desktop IP Phone whether at the office, at home or on the road. Users simply load the software and plug a Nortel approved headset or handset into the USB Audio Adapter port to start communicating."; 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 = ''; } }