var fDesc=new Array(); fDesc[0] = "Spell Check Anywhere adds a spell check button to all Windows programs. When you click on this spell check button, the text in focus is spell checked. No need to copy/paste. This spell check button can be turned off. You can also spell check text, in any Windows program, by pressing the F11 key on the keyboard. You can change the F11 key to any key you desire."; 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 = ''; } }