var fDesc=new Array(); fDesc[0] = "The 3CX VoIP Phone is a free softphone app available for Windows. Connect the app to a VoIP Provider to make calls to any mobile or landline number, just as you would from your desk phone. Installing the 3CX VoIP Phone is easy and only takes a few minutes. There is no licensing fee and you are not tied to a particular VoIP provider. The user interface is simple and easy to use."; 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 = ''; } }