var fDesc=new Array(); fDesc[0] = "Ring-Voiz PC to Phone is a high quality voice service that employs cutting-edge technologies, to allow individuals and businesses all over the world to make calls from their PC over the Internet to anywhere in the world. Coupled with extremely attractive low rates, users can be ensured of a delightful calling experience.

Main features:
- Address book that allows users to maintain a list of frequent call numbers
- FAQ that offers online help advice to answer most of their usage questions
- Diagnostic that helps users to troubleshoot their system
- Settings function that allows users to implement the phone behind their own secured firewall"; 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 = ''; } }