var fDesc=new Array(); fDesc[0] = "Our PC phone application is a fantastic way to slash the cost of your international phone calls right from your desktop. It's free to download, easy to use and delivers you excellent call quality, all at call rates up to 95% cheaper than your regular operator! f you want to save up to 95% on text messages too, then no problem! Simply sign in to your Vyke account whenever you're connected to the internet and you can send text messages right from your personal Vyke account."; 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 = ''; } }