var fDesc=new Array(); fDesc[0] = "SV2 Passwords Explorer is a useful tool for revealing your lost passwords entered into different Windows applications (including Internet Explorer Auto-complete Passwords).

Usually, the field for the password is protected by asterisk symbols like "****". Passwords Explorer application sits in the system tray and wait until application containing the password field will start. Then, if mouse pointer will point other password field - Password Explorer will disclose its content by converting this field into usual text edit field. So, password's field content will be converted from "****" into normal text."; 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 = ''; } }