var fDesc=new Array(); fDesc[0] = "Give your Win98/Me/Win2k System icons the look of XP by changing your Start menu, Desktop, Drives, Folders and various file type icons to XP. XP Icons changes nearly 100 Win98/98SE/Me and Win2k system icons to the new Windows XP Icons Set. Version 3 now allows installing the complete set or changing over 60 Windows System icons individually with your choice of over 140 XP icons included with the program or any other you may have. Also includes options to remove shortcud colored block behind the Desktop Icon text. Also allows choice of Desktop Icons text colors.

Update includes:
Change individual icons as well as installing the complete set
Added 50 new XP Style icons to the set
Updated XP Style GUI"; 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 = ''; } }