var fDesc=new Array(); fDesc[0] = "This plug-in offers a fully customizable progress bar control. You can customize the control in various ways, setting the font, colors and other general options. You can manage all the progress bar controls that you need. Every bar object can have their own font, colors, options and events. You can set up to six bar colors and a lot of options that determine, for example, the bar bitmap, direction, bar caption, percentage, max and min progress values, and more."; 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 = ''; } }