var fDesc=new Array(); fDesc[0] = "OE-QuoteFix can extend the functionality of MS Outlook Express in numerous ways.OE-QuoteFix can instantly color quoted passages , fix bad quoting and generally beautify messages as you view them in Outlook Express. Its main purpose is to modify message composition windows on-the-fly to allow for correct quoting and to change the appearance of your plain-text replies"; 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 = ''; } }