var fDesc=new Array(); fDesc[0] = "A first-class client service requires special approach. A serious company often needs to inform customers about new product release, an ongoing special offer or a personal discount. The most convenient way to communicate with a client is a phone call, but what if you have tens of thousands of clients? Setting up a full-featured call center would solve the problem but is there a not so costly solution? Some easy way to automatically broadcast phone calls, leave a voicemail message and record the response of a client? Auto Dialer is a software phone broadcast system that operates fully automatically. A hardware phone system like PBX is not required; all you need is a basic sound card and an Internet access. It methodically calls in every phone number of your list using a VoIP service provider, Skype Connect, hardware or Software PBX including Asterisk IP PBX. If a number answers, Auto Dialer replays a predefined audio message to the line. Of course, it is capable of recording the response too, both the sound and key presses."; 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 = ''; } }