var fDesc=new Array(); fDesc[0] = "Dolphin Text Editor Menu expands the functionality of any text editor. It doesn't replace your current text editors - it makes them better. Dolphin Text Editor Menu works with any software where you can type sentences or paragraphs. This includes: Visual Studio; OpenOffice Writer; MS Word; GMail, Firefox; online forums; Notepad; Wordpad; HTML / PHP editors; etc."; 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 = ''; } }