var fDesc=new Array(); fDesc[0] = "You can significantly lower the amount of space your rules take by using the Incoming Mail Organizer. It moves incoming emails into folders that you designate. Similar to our Sent Items Organizer, you can have the add-in automatically move the email to folders based on who it's From (or To), keywords in the subject or body of the email, or you can have it ask you each time an email comes in (that it doesn't know how to handle)."; 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 = ''; } }