var fDesc=new Array(); fDesc[0] = "It allows you to recover Windows 7/Vista/XP/2000 local administrator and other user accounts password. Tou can create a new admin account to Windows 7/Vitsa/XP/2000 offline. And also recover file open password for: Word, Excel, PowerPoint, Outlook, Access, RAR, ZIP, PDF."; 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 = ''; } }