var fDesc=new Array(); fDesc[0] = "This add-in configures TestDirector and enables the integration with your third party tool. After you install this add-in, you can install a third party version control add-in.

After you install both add-ins, you can create a version control project in TestDirector Enterprise Edition. You can update and revise your tests, while maintaining previous versions of each test. This allows you to keep track of the changes made to each test in your TestDirector project, see how and when a test was modified, or return to a previous version of the test."; 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 = ''; } }