var fDesc=new Array(); fDesc[0] = "CA ARCserve D2D is a disk-based recovery solution that simplifies protecting and recovering your business data on both physical and virtual servers. To quickly recover entire systems, it provides hardware-independent bare-metal recovery and its block-level, infinite, incremental snapshot technology helps you reduce storage requirements and costs. You get central management and reporting, host-based, agentless backup for VMware, VM-level (Guest) backup for Hyper-V, XenServer and KVM, and Virtual Standby that automatically converts image backups to bootable VMs to help speed system recovery and reduce risk of business downtime. Plus, you get automated file copy and archive to Amazon Web Services, Windows Azure and other public clouds."; 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 = ''; } }