var fDesc=new Array(); fDesc[0] = "Free VM Console enables you to bounce your virtual machines without ever logging into VMware®! Plus, you can track up/down status, take snapshots, and restart VMs even if you’re not a VMware administrator. Be a VM superhero with the ability to shutdown and restart VMs without logging into vCenterTM or vSphereTM, take snapshots of your VMs before bouncing them, get end-to-end visibility into your VMware® environment from vCenter through ESX hosts to VM guests, track the up/down status of your VMs without logging into VMware apps."; 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 = ''; } }