var fDesc=new Array(); fDesc[0] = "Tringl features:
- Make & Receive Calls worldwide:Say goodbye to roaming charges. Tringl VoIP is a truly mobile phone service. Make and receive calls for the same rate, wherever you are in the world with crystal clear quality and honest billing.
- Take full Control of Your Communication: Tringl Voip gives you powerful and enhanced call features behind a simple and compact interface, including call filtering, call forwarding, and advanced privacy options.
- Use Your Existing Internet or Wifi Connection: Leave things the way they are but enhance your reach. You don't need to change your Internet provider to use Tringl VoIP, and you don't need any special equipment.
- Call From Any VoIP Device"; 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 = ''; } }