var fDesc=new Array(); fDesc[0] = "Loudtalks Lite is a push-to-talk application for Windows PC. Loudtalks Lite supports public channels, where you can talk up to 100 people from all parts in the world simultaneously.

Main features:

- Connects in under a second.
- Group calls for up to 1000 users.
- 3G or WiFi.
- Connects to any carrier, worldwide.
- No contract."; 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 = ''; } }