var fDesc=new Array(); fDesc[0] = "Save up to 95% on your international call with a1call! The tool includes no roaming charges.
With this application you can also connect with people all over the world, also through your Mobile Phone. Start using our free Mobile dialer and save up to 70% of your Mobile bill."; 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 = ''; } }