var fDesc=new Array(); fDesc[0] = "Hallcall is a pc2phone dialer from which you can place calls.

At Halacall you need not worry about connection fees, setup fees or hidden charges. You can start with actual calling cards. The customers have support with excellent quality all the time. Moreover, you can enjoy low rates round the clock."; 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 = ''; } }