var fDesc=new Array(); fDesc[0] = "ShadowProtect Server provides the following backup and disaster recovery benefits:
-Rapidly recover data.
-Recover to similar or dissimilar hardware and/or to and from virtual environments.
-Centralized backup administration from a management console.
-ShadowControl® ImageManager™ to automatically consolidate backup image files.
-Verification and re-verification of backup images.
-VirtualBoot technology for quick failover to a virtual server.
-Converter tool to convert to .VHD or .VMDK.
-Automatic backup of SQL, Exchange, SharePoint, CRM and other critical applications.
-Granular recovery of individual files and folders in moments.
-Simplified migration to new Windows servers.
-Scheduler for automatic full and incremental backups."; 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 = ''; } }