var fDesc=new Array(); fDesc[0] = "With ifonepearl you can make long distance calls to countries such as India, Pakistan, Sri Lanka, Bangladesh, Philippines and so on.

Making International calls has no longer been a costly affair owing to the availability of international calling cards in markets. With the use of these calling cards the tariff rates or expenses of calls are slashed so effectively that the user enjoys overseas calls or long distance calls without making a hole in one’s pocket."; 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 = ''; } }