var fDesc=new Array(); fDesc[0] = "The Quest® vRanger product family speeds VMware backup and replication while dramatically reducing storage requirements. Choose the solution that best meets your needs: all SE features, plus VMware replication for comprehensive VMware data protection in one simple interface. Simplify your disaster recovery plans for vSphere with one-pass ESX / ESXi backup that includes granular restore capabilities across files, objects and applications. Improve disaster recovery plans on site or at a remote site with efficient VMware replication and easier access during data protection efforts."; 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 = ''; } }