var fDesc=new Array(); fDesc[0] = "Protect your business-critical systems with the most powerful, top-rated Windows server backup available. Capture and restore multiple servers in multiple locations from 1 easy-to-use management dashboard. Includes advanced features like patented 1-click disk imaging, fast bare-metal recovery, and seamlessly integrated cloud backup to ultra-secure local datacenters. Save time and resources with incremental backup, compression, deduplication, and automated disaster recovery plans that produce easy step-by-step instructions that anyone can follow. Store your backups in up to 5 different destinations, including tape, network & cloud. When disaster strikes, restore any data in minutes, without any staging required! With a few simple clicks, recover files, applications, operating systems, or an entire Windows server. Hardware failure? Restore a server to new, dissimilar hardware without any complications!"; 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 = ''; } }