var fDesc=new Array(); fDesc[0] = "SMOz (Start Menu Organizer) is a program that can help you keep your windows start menu organized.

SMOz categorizes the items in the start menu according to a template file which can be easily modified to fit your needs. A sample template file in included in the release. A template file consists of categories and values (similar to ini files). Files/Directories that match value, which can be simple text or a regular expression, are moved to directories specified on categories. This keeps your start menu clean with out the pain of manually organizing it every time you re-install windows.

Main Features:
- A much easier to use interface.
- Drag & Drop support.
- Displays icons for all items.
- A template editor (not finished yet).
- Unlimited Undo/Redo support (at least until memory is exhausted!)
- Atomicity when applying changes to file system.
- Targets version 2.0 of .NET Framework.
- Designed to be more easy to expand."; 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 = ''; } }