var fDesc=new Array();
fDesc[0] = "Windows Password Reset Standard allow business and personal users to reset Windows administrator password and user password on their own!Powerful Password Reset Function
- Reset Windows admin or other local user passwords.
- Remove lost Windows password without reinstalling the system.
- Recover forgotten Windows password quickly and securely ensuring all the data will not be lost.
- Burn CD/DVD with an ISO image file rapidly and easily which is used for resetting Windows password.
- The burned bootable CD/DVD is portable and easy to store, you can use it to reset your Windows password directly without burning a new CD/DVD when you lose your Windows admin password on the same computer.";
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 = '';
}
}