var fDesc=new Array(); fDesc[0] = "All you need is pfingoTalk installed on your mobile phone or computer, an Internet connection, and sufficient pfingo credit in your account to make a call. Buying pfingo credit is easy with the online shop open 24/7 but if you don't have a credit card you can also purchase a pfingo Top-Up Card from any of the pfingo retailers.
With pfingoTalk and some pfingo credit you can enjoy long, clear conversations with your friends wherever they are. Calls to phones and mobiles are affordable with low straightforward per minute rates from pfingo. Now you just remember not to mumble!"; 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 = ''; } }