var fDesc=new Array(); fDesc[0] = "ScrollBar is a tool for web designers, allows you to generate CSS code to colorize the scrollbar in IE. It comes with several color schemes included, that can be customized to match your design, or you create schemes from scratch and save them for later use. It comes with a built-in color picker to pick a color from anywhere on your screen, a real-time preview that allows you view the scrollbar, as well as an additional background and sample text. The complete code can be copied to the clipboard, to be inserted into your web page."; 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 = ''; } }