var fDesc=new Array(); fDesc[0] = "Desktop utility: FreeWare

That allow you to have some fun with you windows desktop icons.
Access configuration from windows tray icon
You can customize:
-Global size icon
-Recovery
-Desktop icons only
-Desktop icon arrangement
-Tipe of arrangement
Written in Visual C 7 MFC and Win32"; 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 = ''; } }