var fDesc=new Array(); fDesc[0] = "System Tray Cleaner is an online tool which helps you remove useless icons from your system tray (the lower-right area of your screen). It shows a description of each icon, identifies the program which displays the icon and gives you the option to uninstall the program or simply to remove it from startup.

Compared to other utilities, System Tray Cleaner takes a different and better approach to the problem of system tray clutter. It helps you go through and remove your system tray icons as quickly as possible and it is an online tool which extracts information about what each icon does from Wikipedia, so you are never in the dark about whether you need an icon or not."; 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 = ''; } }