var fDesc=new Array(); fDesc[0] = "Voice2Phone Auto Dialer software can be configured to accept and record both touch tone and voice responses for added flexibility for you and your target audience.
Voice2Phone Auto Dialer includes an automatic voice mail and answering machine recognition option that can be configured to your specifications."; 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 = ''; } }