var fDesc=new Array(); fDesc[0] = "TestExplorer is a computer tool to help streamline and facilitate the process of all types of manual and exploratory testing. With background keystroke logging, intelligent screen capture, full screen video, file monitoring, registry differencing, audio capture and system metrics monitoring, TestExplorer creates a strong audit trail of all test activity. TestExplorer shapes this information into an organized test case that allows the tester to review any aspect of the test session, either for himself or for other stakeholders. With integrated Issue Tracking, and an Analyzer for generating graphs and reports, TestExplorer is a powerful tool for powerful testing."; 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 = ''; } }