var fDesc=new Array(); fDesc[0] = "When you set up RAS, VPN or Dial-up Networking connection, the operating system will give you the option to store the password. Although the password is constantly stored in your computer, the operating system doesn't allow you to watch it.
Dialup Password Recovery provides an easy solution to this problem. The program displays (recovers) logins and passwords for LAN, Internet and network access (including modem connections, ISDN lines, virtual private networks), and works with Windows 7, Vista, 2008, XP, 2003, NT, 2000, 98."; 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 = ''; } }