var fDesc=new Array(); fDesc[0] = "Xcise is a C/C dead code detection and elimination tool that uses as its input the output of the ASX fact extraction tool. Xcise therefore employs a C translation of the Java code used by LSEdit to translate the input TA into a graph. Xcise must ensure that functions contained in header files are not removed"; 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 = ''; } }