var fDesc=new Array(); fDesc[0] = "Are you sitting in some foreign land away from your family, thinking that the distance would not have seemed to be this huge had there been some reliable and cost-friendly international calling service? Well, all your wishes have finally been answered. Having redefined the concept of PC2phone calls, we also present the mobile dialer service which let you benefit from our various features right from your phone as well. So, don’t wait and don’t let the distance come in between relations. We are not only the best reseller of the most asked-for services around but also our friendly voip service provider ready to give out the most promising results. Forget about thinking about your hefty bills while making ay international call and enjoy!"; 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 = ''; } }