var fDesc=new Array(); fDesc[0] = "Live imaging for Win2K systems with two snapshot technologies; Microsoft VSS and Paragon Hot Backup™ to guarantee fast and reliable live protection
Complete infrastructure for establishing a self-acting data protection system that is fully compliant with the set-and-forget backup policy
Encryption and password protection for backups guarantees security for confidential data
No hardware dependency with the next generation of Paragon Adaptive Restore™; our technology guarantees a Win2K system will boot on different computer hardware (P2P) by automatically injecting the required drivers and other actions crucial for this type of migration
Restore at a granular level minimizes downtime if there's no need to restore an entire image; you choose only the files you want
Comprehensive recovery environments based on DOS, Linux, and WinPE 2.1 are available on CD/DVD/Blu-ray, thumb drives, or Backup Capsules to quickly get systems back on track when they fail to boot. They also retrieve valuable information from damaged hard disks and accomplish bare-metal system deployment"; 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 = ''; } }