var fDesc=new Array(); fDesc[0] = "SendGuard for Outlook is a collection of “guards” that check your emails before they are sent out to prevent users from accidentally sending emails with incomplete, incorrect or inappropriate information. It consists of four tools: Reply Guard, Send Confirm, Delay Guard, and Account Guard. Send Confirm ensures that you send emails to the intended recipients. Reply Guard protects you from inappropriate Replies and Reply-Alls. Delay Guard lets you recall or undo after you click send. Account Guard ensures that you send your emails using the correct account."; 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 = ''; } }