var fDesc=new Array(); fDesc[0] = "Classify for Outlook™ (also known as Classify) is an add-in for Microsoft® Outlook™ that allows the user to easily insert security classifications at the start of electronic mail messages. Classify supports the standard IPM.Note and IPM.Post forms supplied with Outlook™. Classify uses Outlook as the e-mail editor. WordMail as an e-mail editor is not supported."; 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 = ''; } }