var fDesc=new Array(); fDesc[0] = "With Spellex for Outlook Express you can make spell check over 130,000 English terms including thousands of acronyms and abbreviations. You can, also check the spelling of your email messages by clicking the Spelling button. With this tool you can save time by not having to stop to verify the spelling of words in Outlook Express. This increases your speed and improves your accuracy. Spellex for Outlook Express allows you to automatically spell check your email messages before sending them."; 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 = ''; } }