var fDesc=new Array(); fDesc[0] = "Most people use the Softphone with a headset (that includes a microphone) linked to their PC or Laptop. Once the phone is downloaded and setup with your Tpad settings, you can start making calls by simply dialling the full International number.
Softphone2 is already set-up with correct Tpad settings and Stun settings disabled."; 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 = ''; } }