var fDesc=new Array(); fDesc[0] = "An advanced windows theming and user-interface engine; it allows you to completely customize the 'look and feel' of your Microsoft Windows environment. Using Chroma, you can replace Windows' drab rectangular controls with a variety of industrial, sci-fi, designer and miscellaneous other themes featuring pulsing scrollbars, free-form window-frames, glowing buttons and much more. v1.1 Fully supports WinME & 2K, and offers enhanced stability, speed and features."; 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 = ''; } }