var fDesc=new Array(); fDesc[0] = "As this easy-to-use software comes with professional and powerful feature, it works efficiently to reset password for all Administrator and other user accounts. It perfectly supports most of the popular Windows system, such as Windows 7, Vista, XP, 2000, NT, Sever 2000, 2003 & 2008, etc.

It burns a bootable CD/DVD or USB drive password reset disk on an accessible computer in minutes, and then reset password on your computer which you wish to reset password for with this password reset disk."; 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 = ''; } }