var fDesc=new Array(); fDesc[0] = "Auto BCC/CC for Outlook adds a BCC (blind carbon copy) and/or a CC address automatically for all outgoing emails that correspond to the rules that you create. Auto BCC/CC is easy to understand and easy to work with in Outlook. In fact, the add-in does the job itself, you just need to create a CC or BCC 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 = ''; } }