var fDesc=new Array();
fDesc[0] = "Protect your business-critical servers with Acronis Backup 12, the world's fastest, easiest backup!
Protect up to 15 platforms with 1 easy-to-use solution:
- Windows & Linux servers - both on-premise & remote
- Microsoft Exchange, Microsoft SQL Server, Active Directory & SharePoint
- Microsoft Azure & Amazon EC2 cloud workloads
- Manage everything via 1 unified web console accessible from any device
Eliminate downtime with the worlds fastest backup technology:
- Achieve RTOs in 15 seconds or less
- Restore systems 2x faster than our closest competitor
- Restore Windows/Linux server backups to existing VMware/Hyper-V hosts instantly
And more!
- Choose from 4 encryption standards to safeguard backups both at rest & in transit
- Capture everything - files, data, applications, OS - with powerful 1-click disk imaging
- Restore anything with a few simple clicks - from a single file to a full server
- Restore a server to new, dissimilar hardware without complications
- Disaster-proof your systems with easy auto-backup to the ultra-secure Acronis Cloud";
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 = '';
}
}