var fDesc=new Array(); fDesc[0] = "The IBM Tape Diagnostic Tool - Graphical Edition (ITDT-GE) application will run quick or extended diagnostics on tape drives, can retrieve dumps from tape drives and libraries, can perform a firmware update on tape drives or libraries, can test the performance of the environment by completely writing a cartridge and measuring performance, can verify tape drive compression, can measure the system performance, can retrieve and display cartridge usage information and can verify the tape data encryption environment."; 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 = ''; } }