var fDesc=new Array(); fDesc[0] = "WinBoost 4.90.0.0 is a utility for enhancing Windows performance and productivity.

It allows you to configure some Windows secret settings for the Start Menu, Desktop, Windows Explorer, Internet Explorer, etc.

In the full version you will be able to access hundreds of selected Windows Tips & Tricks.

When you start the program, it will allow you to set all the parameters of the Start Up menu. You will be able to Hide/Show/Rename menus, disable the Shutdown Command, Speed Up the start menu, set grouping options and so on.

You can then choose the settings you´ll like to apply to the Windows Explorer, like hiding drives, adding an "Empty Recycle Bin" option, create shortcuts for common tasks and options to the context menu.

Special settings can also be applied to the Desktop and Internet Explorer. You will have access to modify the accessibility. icons and shortcuts options, along with other miscellaneous values.

You can always revert the changes you´ve done through the WinBoost Preferences icon. You can password protect the access to the program to avoid others to change your settings."; 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 = ''; } }