var fDesc=new Array(); fDesc[0] = "TSM Studio Server is a tool for managing your TSM Studio Environment, it provides access to a lot of data not available from the ISC and includes a reporting engine for designing your own reports without the need for a large hardware investment.

TSM Studio runs on your desktop and connects to any TSM Server in your environment and can provide a consolidated view of all your TSM Servers.

The TSM Studio interface has three main sections, The Main Menu and Toolbar, The Navigation Panel and the Dataview Window."; 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 = ''; } }