var fDesc=new Array(); fDesc[0] = "spelr is a multi-language, intelligent spell checking utility for Windows that will work with any program. spelr allows you to spell check the contents of the clipboard, selected text, or a whole document. You can spell check emails, text files, browser forms or text in a program which does not have a built-in spell checker."; 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 = ''; } }