var fDesc=new Array(); fDesc[1] = "customize many hidden options such as mouse sensitivity, command keys, icons, file extensions, etc. with just a few clicks. Tweak UI is completely free and very easy to use!"; fDesc[2] = "The program uses your cognitive abilities (visual memory, reflexes,etc.); however, while it is easily understandable for beginners, it is also highly efficient for experienced users. Learn more >> Go ahead and try replacing your Start menu right now! It is safe because Vista Start Menu does not change your system settings, thus making it easy to install, as well as simple to remove."; fDesc[3] = "uninstallations, that might have left behind unnecessary trails. It cleans history and cache from Internet Explorer, Start Menu and Directory recent activity, Instant Messaging activuty, Windows Disk Error Temp Files, Windows Document History, Windows Temporary Files, etc."; fDesc[4] = "with some of the Vista features. When we open the start menu we can see that in the top of the menu we can find seven buttons, and in the footer we can find more features, one search box, and five buttons."; fDesc[5] = "“Quick Learning” option offers you the survey of the program showing the main options. It is possible to change all icons on your PC by applying icon themes or to change icons of individual discs and folders."; fDesc[6] = "inspect all HTTP(S) traffic, set breakpoints, and manage incoming or outgoing data. It includes an event-based scripting subsystem, and can be extended using any .NET language."; fDesc[7] = ", something similar to Ubuntu programs menu. Categories available are: Office, Utilities, Games, EntertaThe only categories available are: Office, Utilities, Games, Entertaiment, Internet, Programing, Graphics, Security and Others."; fDesc[8] = "by the famous Pat Sajak. The show is a questions&answers contest, related of course with words and letters. On the main menu you’ll see three podiums located on the TV studio. Each of the podiums represent a different game you can play."; fDesc[9] = "over the start menu completely. It provides facilities to the user to arrange or remove start menu items very easily. It also helps the user of this software to easily sort applications into required groups."; fDesc[10] = "preferred or recently accessed programs with barely a couple of clicks. JetStart furnishes alternative methods of launching programs."; fDesc[11] = "from your Start button, leaving only the Windows logo in it. The author claims that removing this text will allow some visual themes to look better."; fDesc[12] = "button. This will make room in your Taskbar by removing the Start button.I know you are asking yourself what if I don't want to remove it? The Start button really is not erased, it is only hidden and can be displayed again by closing it, easy as that."; fDesc[13] = "This application allows you to add, edit or remove items, and sort them, to fit the start menu to your style."; fDesc[14] = "otherwise shy Start Menu's search field. As you may known, in Microsoft Vista there isn't a unique search application. You can search from the start menu and from many fields all throughout the operative system."; fDesc[15] = ", it helps in sorting out the start menu shortcuts in a number of categories (e.g. Utilities, Internet, Office, etc...)."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }