var fDesc=new Array(); fDesc[0] = "If you have you forgotten your administrator password for your Windows operating system, or you can not remember the administrator's password, download and use Lazesoft Recover My Password to gain access to your Windows account. With Lazesoft Recover My Password, you can get out of this situation without formatting and re-installing the Windows operating system.

If you have forgotten your administrator account password, or the administrator user account has been locked out or disabled, and you can not gain access to the account, you can burn a Lazesoft Recover My Password CD or USB flash drive. You can boot from the new medium to clear your administrator's password and unlock the user account."; 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 = ''; } }