var fDesc=new Array(); fDesc[0] = "This is faster than looking for special characters in an on screen keyboard or in Windows Charmap utility that requires an additional copy, paste operation. Now you can enter your favorite unicode characters in any edit box on Windows easily. CatchChar is a popup menu utility that you can customize to put your often used special characters."; 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 = ''; } }