var fDesc=new Array(); fDesc[0] = "HPE VM Explorer is a backup solution offering virtual machine backup and granular restore, replication, and verification of VMware vSphere and Microsoft Hyper-V environments. It is designed to address the backup and recovery needs of smaller businesses operating virtualized servers. Advanced server backup capabilities include incremental backups and replication, snapshot integration and native cloud support for leading Cloud platforms."; 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 = ''; } }