var fDesc=new Array(); fDesc[0] = "Office Password Remover is an all-in-one MS Word and MS Excel files passwords remove tool. If can remove lost or forgotten passwords of documents created by all versions of Microsoft Word 97-2013 (.doc) and Microsoft Excel 97-2013 (.xls) through the servers. You need to specify the location of the MS Word or MS Excel protected file you want to open and the program will eliminate the protection automatically."; 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 = ''; } }