var fDesc=new Array(); fDesc[0] = "One VoIP Service Provider that is doing all these and more is Fellacall. At Fellacall, we realize the importance of VoIP and help the business users to gain a foothold in this very innovative domain. In our role as VoIP providers, we assist them in catering to their advanced communication needs in the best manner possible. We cater to a worldwide clientele and have emerged as one of the leading VoIP service providers of recent times."; 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 = ''; } }