var fDesc=new Array(); fDesc[0] = "Mediaware Task Manager 3.0 is a collection of three powerful utilities.

Process Explorer supplies detailed information about all applications and processes running on the system, allowing users to easily identify and terminate unwanted programs.

Startup Explorer offers an overview of the programs executed at Windows startup, provides the means to control which of them should be prevented from loading automatically, and optionally notifies the user whenever a program has registered itself for automatic startup. Thus, Startup Explorer can help reduce security risks and increase system performance significantly.

Launcher is a tool that may improve daily computer life by enabling fast hotkey access to an intelligently managed list of frequently used programs."; 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 = ''; } }