var fDesc=new Array(); fDesc[0] = "janusSEAL Outlook add-on compels your users to assign a classification to every email and calendar item they send; this allows you to manage emails effectively. You can decide the security classifications you wish to use, such as Personal, Public, or Confidential and which message types must use them. Users must choose a security tag depending upon their clearance, or authority, level."; 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 = ''; } }