var fDesc=new Array(); fDesc[0] = "NAKIVO Backup & Replication offers an all-in-one data protection solution for virtual, physical, SaaS and cloud infrastructures all from a centralized web interface.

The NAKIVO solution delivers the highest levels of reliability, performance and usability. Some of the key features include:

Incremental, app-aware backup
Instant recovery of objects
Instant recovery of VMs
Bare metal recovery for physical machines
Public and private cloud support
Site Recovery
Real-Time Replication
Tape Support
And much more…"; 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 = ''; } }