var fDesc=new Array(); fDesc[0] = "VMware Guest Console is an incredibly powerful application from VMWare Labs that allows you to control the Guest operating system running on multiple virtual machines simultaneously. You can manage their processes, files, snapshots, run programs and so on, all remotely from the host.

Main Features:

Task Manager lists the processes running on any VM (Windows/Linux) on any VMware Product (VC, ESX, Server 2.0 & Workstation). Use this tool to monitor processes, start new tasks and kill existing processes.

Task Manager lists the processes running on any VM (Windows/Linux) on any VMware Product (VC, ESX, Server 2.0 & Workstation). Use this tool to monitor processes, start new tasks and kill existing processes.

Virtual Machine Manager lists all the virtual machines running on all connected hosts and displays vital statistics about the VMs."; 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 = ''; } }