var fDesc=new Array(); fDesc[0] = "Bytessence UserbarGenerator is a free, fast and small program that helps you create userbars for use as forum signatures. It was built to simplify the design process so you don't have to use complicated drawing programs and still get your favorite userbars in seconds. It offers many image effects, supports 32bit alpha-blended graphics and offers total control over the userbar creation process. It can also run off an USB memory stick."; 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 = ''; } }