var fDesc=new Array(); fDesc[0] = "Tell2me is a VoIP (Voice over IP) application that allows you to make international and national calls.

Tell2me softphones can be used from your mobile phones and personal computers. When you use the Tell2me applications, you can call at a low rate to any other phone on the world."; 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 = ''; } }