var fDesc=new Array(); fDesc[0] = "When it comes to documenting and reporting on your VMware virtual infrastructure, Veeam Reporter™ does it all. Now you can experience the power of enterprise reporting, change management and capacity planning with Veeam Reporter at absolutely no charge – with Veeam Reporter Free Edition.
Veeam Reporter Free Edition provides all the core functionality of the full version of Reporter, including full data collection, multi-user support, and Microsoft SQL Server backend. There are no limits on the number of hosts, virtual machines (VMs), users or the size of your archive."; 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 = ''; } }