var fDesc=new Array(); fDesc[0] = "Call international and long distance over the Internet for free! MediaRing Talk is an Internet voice communications application that allows you to make voice calls from your PC to any other PC with MediaRing Talk installed. It's as easy to use as a normal telephone. Simply dial the telephone number and MediaRing Talk will automatically initiate an Internet connection for both parties to complete the call. Other features include an integrated real-time text chat feature and enhanced voice messaging functions. This latest version allows you to send voice email messages and make calls to standard telephones. It also features caller ID, voice mail, and more."; 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 = ''; } }