var fDesc=new Array(); fDesc[0] = "Memory Validator is a memory leak and memory error detection software tool for use by software developers, software quality assurance testers and customer support staff.

You can use Memory Validator to:

- detect memory leaks and handle leaks;
- find native memory leaks in mixed-mode .Net applications;
- find double deletes, double frees and related memory errors;
- find uninitialized memory in C++ objects;
- run regression tests to find memory leaks in your overnight builds;
- monitor billions of allocations in your application."; 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 = ''; } }