var fDesc=new Array(); fDesc[0] = "This is a small Softphone application developed only for use with the Snapcalls VoIP telephony Service (won't work as a SIP client or with any other service provider) this service includes international dialing, ring callback, web callback, and SMS callback. In order to use it, a paid account is required, but can't get one from Snapcalls website, so you will have to search for a reseller near your area (I always suggest checking service rates before you download VoIP clients).

It has a simple telephone shaped interface with basic features, no conference, transfer or additional configurations for advanced users.

The developer site doesn't give any information about system requirements, or where to find a reseller so even if you are a home user searching for an easy to use VoIP telephony service and agree with the rates to pay, this might not be a good option. Advanced users and Telephony integrators who need more features and flexibility, sip/IAX accounts, multiple lines, etc, won't find anything new or interesting in this software"; 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 = ''; } }