var fDesc=new Array(); fDesc[0] = "Quest Recovery Manager for Active Directory offers an easy-to-use solution for fast, online recovery. Comparison reports highlight what objects and attributes have been changed or deleted in Active Directory enabling efficient, focused recovery at the object or attribute level. Accurate backups and a quicker recovery help you to reduce the time and costs associated with AD outages and reduce the impact on users throughout your organization."; 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 = ''; } }