var fDesc=new Array(); fDesc[0] = "Lazesoft Recover My Password Server Edition is a lost Windows server password resetting tool. It can used to reset your lost Windows Server 2003/2008 local and domain controller administrator password without re-installing the operating system and losing all your information. The program can reset passwords with a bootable CD, reset passwords with a bootable USB drive, reset local Administrator password, reset Domain Administrator password, retrieve product keys from unbootable Windows installations, and more."; 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 = ''; } }