var fDesc=new Array(); fDesc[0] = "IRM Client for Microsoft Office gives you a powerful tool for securely sharing and collaborating on sensitive Microsoft Office files including documents, spreadsheets, and presentations. IRM Client for Microsoft Office enhances your document security by encrypting and persistently protecting files at rest, in transit, and even while they're being viewed by recipients.

With this powerful information rights management application, you have the freedom to collaborate with colleagues and business partners anywhere while ensuring that sensitive information doesn't end up where it shouldn't."; 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 = ''; } }