var fDesc=new Array(); fDesc[0] = "Boldon James File Classifier enables you to add visual and metadata labels to messages and files. This operation helps you proactively manage and protect sensitive information, ensuring it goes to the right people in a safe, controlled and efficient way. The metadata can be used to provide consistent control over the dissemination of that information, increasing the effectiveness of data loss prevention measures and meeting key objectives of ISO27001."; 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 = ''; } }