var fDesc=new Array(); fDesc[0] = "Accent Composer simplifies the process of entering accented characters and other symbols into any Windows program. It lets you enter any character, in any program, with an easy-to-remember sequence of keystrokes. No more copying and pasting from the Character Map application or remembering codes like Alt-0193. You can also set it up to produce text snippets, sections of text of any length, with similar keystrokes. Unicode compatible."; 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 = ''; } }