var fDesc=new Array(); fDesc[0] = "Scan Visual Basic 6 projects for dead code, unused and undeclared variables, and functions with no return type. This program will also extract all of the strings and allow you to run a spell checker on them to check for misspelled words.

Once the scan is complete you can edit the code to make repairs. You can save and reload scans to review later. Visual Code scan 6 generates reports on code problems, spelling errors, and project statistics."; 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 = ''; } }