var fDesc=new Array(); fDesc[0] = "Fone2Talk is the leading provider of PC to phone services and PC to phone calling cards used for making phone calls from a PC. With Fone2Talk you can purchase credit online by using CashU cards or Paypal. It is an easy & safe method for purchasing credit using the internet.
Fone2Talk is the leading provider of high quality PC to phone services and PC to phone calling cards to customers for making phone call from PC around the globe."; 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 = ''; } }