var fDesc=new Array(); fDesc[0] = "FlexibleSoft Dialer XP Pro can be used with standard ISP phone numbers to make an Internet connection. The application automatically opens browsers, e-mail clients and any other programs typically used while online, and then closes those applications when disconnecting.

Going far beyond typical ISP connection utilities, Flexiblesoft Dialer XP PRO automatically reconnects lost Internet connections, continuously dialing a series of ISP phone numbers until reconnection is established."; 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 = ''; } }