var fDesc=new Array(); fDesc[0] = "Allows automated NUnit tests to report back execution status to mapped test cases in SpiraTest. Also used to report the results of Selenium-RC browser tests to SpiraTest. Compatible with SpiraTest v2.2 and NUnit 2.5.5 . In addition to the core system, there any many extensions, add-ons and other downloads for SpiraTest® that can be used to increase its capabilities, import data from other systems or integrate it with popular testing and bug-tracking tools."; 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 = ''; } }