var fDesc=new Array(); fDesc[0] = "vLogView is a Windows® based application which manages VMware® ESX Server log files.

The product is designed to be installed on an administrators PC, and provides the ability to store, view and search ESX Server log files from multiple ESX Servers, without requiring individual login, navigation and manual file transfer.

The software requires the ability to communicate with a VMware vCenter server.

The software supports VMware vCenter 2.5 & 4.0, and VMware ESX Server 3.x and 4.x."; 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 = ''; } }