var fDesc=new Array(); fDesc[0] = "Iconoid is a handy application that allows you to manage and arrange your icons in a simple and fun way. This easy to use program enables you to hide and show desktop icons dynamically, change text colors, remove the text backgrounds, save and restore icon positions, and quickly hide windows. It also allows you to quickly minimize all windows so that you can see your desktop wallpaper and automatically or manually select the best color for the text background. You can also use transparent icon backgrounds or any color. What is more, Iconoid has the ability to automatically hide icons when you don't need them and show them when you do, customizing the delay times and place them wherever you want them to appear. Other features include, highly customizable options, an easy to use user interface, not resource intensive, easily accessible through the system tray, among others . In short, if you are looking for simple and handy application to manage your icons more easily, Iconoid has everything you need."; 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 = ''; } }