var fDesc=new Array(); fDesc[0] = "Windows 7 Password Reset is a reliable program that can reset (recover) windows 7 password for desktop PC and laptop safely and fast. If forget windows 7 password, Windows 7 Password Reset can help you create a CDDVD or USB windows 7 password reset boot disk to recover forgotten password without old password. You don't need to format your hard drive and reinstall windows."; 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 = ''; } }