var fDesc=new Array(); fDesc[0] = "Due to various factors, including complex hardware configurations and regulatory compliance requirements, some physical servers and workstations cannot be virtualized. Veeam® Agent for Microsoft Windows solves these issues and also closes the gap that some enterprises face with large, heterogeneous environments and further enables workload mobility by delivering availability for cloud-based workloads. Get complete protection for both workstations and Windows physical servers — even those running in the cloud — including full application awareness. Back up Windows-based workloads off site to a cloud service provider through Veeam Cloud Connect."; 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 = ''; } }