var fDesc=new Array(); fDesc[0] = "VBA Recovery Toolkit is a unique tool to assist in VBA (Visual Basic for Applications) reverse engendering: preview project settings, reset project settings, recover and preview source code, and more. It works with VBA Projects in: MS Office [Access, Excel, PowerPoint, Visio, Word], AutoCAD, CorelDRAW, Photo-PAINT, SolidWorks, and more. It features a VBA source code viewer with syntax highlighting, encryption / decryption of Corel .gms file, and more."; 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 = ''; } }