var fDesc=new Array(); fDesc[0] = "Password Spyer allows you to reveal asterisk-passwords. It is ideal for retrieving forgotten passwords and recovering lost passwords. You can use it in all Microsoft Operating Systems. Instructions: you have to install the program and a Windows security warning must be accepted. You will have to agree the license agreement, and select the destination folder. You will be able to create a desktop icon and a quick launch icon too. Password Spyer has two methods to retrieve passwords: "Mouse over" and "Drag-n-Drop". With drag and drop method you will have to drag the cursor icon over the program with the password box container with hidden characters, drop the mouse when ready and the password will appear automatically. The mouse over method is simpler, you just have to move the mouse over the password and it will be showed automatically. Unregistered version will show only the first two characters of the password. Registered version can reveal saved web passwords, and it will allow you to copy and paste password to other programs."; 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 = ''; } }