var fDesc=new Array(); fDesc[0] = "Drive Icon Changer belongs to a type of applications that were developed for adding some tiny useful features to Windows operating system. Using this small utility you can change default icons of your hard drives to recognize them better. For example, you can set a special icon for the system drive or for a drive that you use for keeping files of a certain type, like music, video, photos and others. It can be used also for network drives. The program has a very simple and easy-to-use interface. Just define a required drive, choose an icon for it and press the button “Create”. You can use both regular icons and DLL libraries for setting an icon. For removing an icon that you defined, input the letter of the proper drive and press the button “Remove”. If you have any problems with using this utility you can find all required information about its performance in a small help file and on the developers' home page. Drive Icon Changer has very low system requirements and won’t slow your computer's performance. The utility supports both Windows XP and Windows Vista."; 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 = ''; } }