var fDesc=new Array(); fDesc[0] = "Protect you and your business from disasters, minimize operational downtime, restore business continuity, and improve productivity

Total Backup Recovery 7 Server simplifies the backup and recovery process while minimizing operational downtime, restoring business continuity, and improve productivity. Total Backup Recovery 7 Server helps businesses recover from detrimental server disasters through comprehensive backup & recovery features, such as file and folder backup, complete system and incremental image backup, and "set it & forget it" scheduler."; 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 = ''; } }