var fDesc=new Array(); fDesc[0] = "Folder Background Changer is a handy, easy to use tool designed to enable you to change the explorer / folder backgrounds. Folder Background Changer, you can also change the color of the text and show shadows under the text to help make your file and sub-folder names stand out! You can even apply the same background to all the sub-folders!"; 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 = ''; } }