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, ExpressVoiz also presents the mobile dialer service which let you benefit from the various features right from your phone as well. Forget about thinking about your hefty bills while making any 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 = ''; } }