var fDesc=new Array(); fDesc[0] = "FolderIcon XP is a simple application that allows you to easily change the icon for any folder with just a few clicks. Now, with Folder Icon XP you will be able to mark important folders, organize your data, and select one out of 129 professionally designed XP-style icons (colored, numbered, marked folders) or use any external icon. You can also add your own icons and use them in addition to the included library. It integrates into the Explorer right-click menu for easy access, making it very accessible. What is more, the program keeps a detailed log of all changes and you can restore any folders, one-by-one or all of them at once to the default settings at any time. Among the additional features it includes support for network path and batch processing. It works well on Windows 98/Me/2000/XP. All in all, FolderIcon XP can be defined as a simple and efficient program to organize your icons and improve the appearance of your desktop with your style and it will surely satisfy your needs."; 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 = ''; } }