var fDesc=new Array(); fDesc[0] = "With this program you can build colored HTML scroll bars for your web sites using 'Style' and 'Body' attributes. The HTML code can be saved as a HTML (.html) file or copied directly to your Clipboard or Notepad and then pasted into your HTML editor. RedX Scroll Bar Builder works on Windows XP,2000,Vista (.net framework 2 and above)."; 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 = ''; } }