var fDesc=new Array(); fDesc[0] = "When you receive a message that's been forwarded a few times, it is usually full of &gt;'s , making it hard to read and quite annoying to receive. But eFilter is a solution to this problem. Just paste the text from the e-mail into the main window, and the program automatically rips out all those annoying characters. New in version 3.1: Fixes line breaks, handles larger files, inserts the filtered text into a new email. (Formerly Art's E-mail Filter)"; 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 = ''; } }