var fDesc=new Array(); fDesc[0] = "Defect Scribe is a free TestTrack add-on that intelligently records your actions and builds a detailed history of your test session. The program improves the efficiency and accuracy of manual and exploratory testing by building a detailed history of your activity while you test. It can produce detailed bug reports, perform exploratory testing, record manual test steps and automatically enter them as test cases in TestTrack, 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 = ''; } }