var fDesc=new Array(); fDesc[0] = "XNeat Windows Manager is a handy application that provides full control of your desktop and Windows, allowing you to add additional functions to your Windows' taskbar and system tray. With this program you will be able to hide windows, change any window's transparency, open applications using hotkeys, minimize windows to tray, change process/window priority, change taskbar appearance, among many others. The program is very customizable and has the ability to include, exclude, activate and deactivate any of its functions. The user interface is really simple and intuitive, especially designed for novice users. The utility also allows you to create your own personal menus that let you launch programs, documents or websites from any window or the taskbar menu. Other features include the ability to append dates to folder and file names, close windows from the taskbar using the mouse middle click, clone file names while saving them, roll up windows, to name but a few.
It supports Win2000/XP/2003/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 = ''; } }