var fDesc=new Array(); fDesc[0] = "TSM Console Manager has a standard easy to use Windows Interface. With this tool you can submit Commands to the TSM Server and see the results. Also you may open Multiple Consoles to different TSM Servers at the same time and easily flip between the tabs.
In order to use this application you need Intel Pentium, AMD Athlon, or compatiable processor, Microsoft Windows XP, Windows Vista and Windows 7, Microsoft .NET, Framework 2.0 or Higher, ,Tivoli® Storage Manager Administrative Client.

Supports TSM Server versions 5.4, 5.5 and 6.1 with an English Localization running on Windows, Linux, Solaris, HPUX and AIX"; 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 = ''; } }