var fDesc=new Array(); fDesc[0] = "All hard drives eventually fail! Protect your workforce and maintain employee productivity with the best PC backup software on the market. Capture and restore multiple PCs in multiple locations from 1 easy-to-use management dashboard. Includes 1-click disk imaging, seamless cloud backup to ultra-secure local datacenters, and smart reboot features that help users restore their own PCs on the fly. When disaster strikes, restore anything in minutes: files, emails, applications, or an entire workstation. Save time and resources with compression, deduplication, and automated backup routines that track changes without interrupting work. Hardware failure? Restore a PC to new, dissimilar hardware or operating system 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 = ''; } }