var fDesc=new Array(); fDesc[0] = "SmartVault Plug-In is a secure, compliant document management and file sharing solution for Microsoft Outlook. It gives you the ease and convenience of Outlook, integrated with SmartVault’s secure, compliant solution for managing and sharing documents. With the plug-in, you can send, receive, and manage documents securely inside of Outlook, without changing the way you work."; 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 = ''; } }