var fDesc=new Array(); fDesc[0] = "Customize My Folders is a light-weight and useful application which allows its users to change the default Windows icons and backgrounds. The software makes the task of changing a folder's icon a breeze. Customize My Folders is a complete solution for all the tasks corresponding to changing individual folders with an option to include the subdirectories too. The software is also capable of changing the folders on the entire hard drive. Changing the folder icons facilitates the process of finding and spotting the frequently used folders easily. Another useful feature of Customize My Folders software is that it can also be used to change the color of the text below the icons. An additional feature of the ‘Customize My Folders’ application is its capability of replacing the plain white background of folders to an image according to the user’s choice. The main advantage of using this software is that it is compatible with almost all known windows versions which include windows 98, 2000, Me, NT and XP."; 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 = ''; } }