var fDesc=new Array(); fDesc[0] = "This software makes backups and data protection simple by performing automatic, scheduled backups of Microsoft Windows Servers.
With solutions for both local and Internet-based backup, the ability to back up everything from individual files to complete servers (including Active Directory, Exchange and SQL Server) — both physical and virtual — and support for a wide range of backup devices, BackupAssist is unmatched for its flexibility and versatility. With sales in more than 120 countries, BackupAssist is the preeminent backup software package of choice for thousands of businesses, schools, governments and non-profits."; 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 = ''; } }