var fDesc=new Array(); fDesc[0] = "Vembu BDR is an effective VMware Backup solution that easily performs Agent less and advanced VMware ESXi, vCenter and vCloud Backups, Application aware disk image backups, Granular Mailbox level, Mail Level Recovery for Exchange Server, Table Level Recovery for SQL Server, Document Level Recovery for SharePoint Server and Agent less backups for Hyper-V and Xen. Backup entire images of physical and virtual systems continuously. Recover the entire image, Apps, Data, Files and OS. Or an individual file, email, mailbox or table. Agent less image-level VM backups using certified APIs that restore directly to an ESX server. Reduce backup time and improve your RPOs through block-level, incremental-forever, application-aware backups in a consistent state with deep VSS integration. Support for Microsoft Exchange 2013, 2010 & 2007 is available in Vembu BDR with options to recover individual mailboxes or email from a single-pass backup."; 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 = ''; } }