var fDesc=new Array(); fDesc[0] = "vring! allows you to call your Facebook friends, from inside of Facebook for free. vring! lets you call all of your friend through Facebook. Calls are placed by leveraging Facebook's instant messaging capability-so anyone that you can instant message with, you can also talk to-without ever leaving Facebook. Currently you cannot call out to your friends' phones, although we are working on adding that capability in the near future."; 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 = ''; } }