var fDesc=new Array(); fDesc[0] = "If you keep forgetting the passwords you set to protect your Microsoft Excel documents and spend several hours or even days trying to remember them then you will be shocked at how easy it is to recover those passwords. Everything is very easy - just use XaviWare Password Eliminator .XLS 1.0 from XaviWare Software which will save your searching time and just wipe the password from your protected files and remove their protection in a matter of couple of minutes. Its a very easy task, just browse to your file and click the "Unprotect File" icon on the window of this program and you are all done. The program can eliminate the password protection from 5.0/7.0/97/2000/2002-XP/2003 versions of Microsoft Excel that comes as a part from Microsoft Office bundle. The program is capable only of removing passwords that were set by going to Tools->Protection->Protect sheet->Protect workbook. Through my tests the program was not able to eliminate the password protection from recent versions of Microsoft Excel such as 2007."; 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 = ''; } }