var fDesc=new Array(); fDesc[0] = "HTML Button Editor is a Windows desktop application, created specially for webmasters and website owners - those who want to create a variety of feature rich HTML buttons, without writing a single line of code. With this program you can create a colored and animated HTML button with text, full image, icon text or image with text and with unlimited background colors. The button background color can be set to transparent so the user Windows system color theme will show through as their button background color."; 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 = ''; } }