var fDesc=new Array(); fDesc[0] = "ManageEngine RecoveryManager Plus allows you to manage backups of your Active Directory and Exchange environments from a single console interface. It lets you back up each change made to AD objects as a separate version and restore them to any of their previous version. Additionally, it doubles up as your Exchange backup solution and can back up your emails, calendar entries, contacts, journals, notes, posts, and tasks, and restore them whenever you need."; 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 = ''; } }