var fDesc=new Array(); fDesc[0] = "As time goes by, the list of the programs in the Start Menu becomes too long. As a result, each time you want to launch a program, it takes too much time to find it in the menu.

The "Tidy Start Menu" program will help you to put the menu in order and make your work comfortable.

For setting the menu in order, the program offers you to categorize the Menu. For example, the Internet programs can be put into the "Internet" category, while all games can be included in the "Games" category. Thus, after using the program, you will have a compact menu, which will contain nothing but categories' names.

Therefore, it will be no trouble to find a necessary program.

Main Features :

- Quick Uninstall any program by just right clicking its shortcut
- Creation of your own categories
- Free subscription to all new versions of the program
- Priority support and other useful functions, which are either already available, or will be added to the future versions
- Remove obsolete shortcuts from Start Menu
- Import/Export wizard to XML file
- Backup/Restore start menu wizard"; 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 = ''; } }