var fDesc=new Array(); fDesc[0] = "Password Eliminator .XLS is a program to unprotect Workbooks and Sheets of Microsoft Excel 5.0/7.0/97/2000/2002-XP/2003. protected with password.
You only have to add the file *.xls to the program, and to pulse on the icon "Unprotect File". that simple.
Features :
- Versions of MS Excel 5.0/7.0/95/97/2000/2002-XP/2003 are supported
- Remove All passwords in a few minutes. (Workbook and Sheets)"; 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 = ''; } }