var fDesc=new Array(); fDesc[0] = "Asunsoft Windows Password Reset Personal Trial provides a fast way to reset lost or forgotten Windows password. The program can easily reset or remove local administrator and other users' password without losing files or changing any original computer setting. This edition supports adding new administrator account off-line. It helps you instantly unlock Windows by logging as this new user."; 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 = ''; } }