var fDesc=new Array(); fDesc[0] = "SysTools VBA Password Remover software can help you recover passwords of the password protected VBA files. If you have forgotten or lost the passwords of your VBA projects created with a utility of Microsoft Office, then we will make sure that your VBA projects are accessible to you."; 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 = ''; } }