var fDesc=new Array(); fDesc[0] = "Auto BCC / CC for Microsoft Outlook sends a BCC (blind carbon copy) and/or a CC (carbon copy) automatically for all or some of your outgoing messages according to the rules that you created. This handy tool is easy to understand and easy to work with. In fact, the add-in does the job itself, you just need to create a rule"; 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 = ''; } }