var fDesc=new Array(); fDesc[0] = "The Gammadyne Spell Checking Module integrates with Gammadyne Corporation's System‑G user interface to enable spell checking in any System‑G editbox or HTML editor. You can add specific words to the word list permanently. The added words are kept in a plain-text file for easy manipulation. There is a separate list of added words for each dialect."; 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 = ''; } }