var fDesc=new Array(); fDesc[0] = "xButton - Small Class and Template, which allow to set in design mode, and to change in runtime, the images for concrete buttons on screen and toolbar. In minutes you will be creating windows and buttons with this little utility. It is easy and free to install. It does not contains spyware or any other kind of bad content."; 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 = ''; } }