var fDesc=new Array(); fDesc[0] = "Byefone softphone product is a desktop and mobile applications which enable consumers or business users to make VoIP (Voice over IP) audio and video calls. Easily call friends & family on any phone from any Internet ready computer. No complicated downloads or software installations. Stop paying high international roaming charges when making calls. Get amazing call quality with great calling features."; 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 = ''; } }