var fDesc=new Array(); fDesc[0] = "Rules Manager is designed to minimise the effort required to organise and manage email.

When first installed, the first thing you are likely to notice is the new toolbar which will be floating in front of Outlook. This can be treated as a normal Outlook toolbar (which is what it is) and docked with the main toolbar as you like. Next time you start Outlook, it will be reappear where it was last placed.

There is also the Rules Manager menu (which should be situated between Tools and Actions on the standard Outlook menu). Both the toolbar and the menu are used to access the majority of Rules Manager's functions.

Features:
- Windows Vista and Windows 7 support in v1.8.3 and above. Office support from 2003 upwards (requires 32 bit Office).
- Import rules from Outlook (2007 or above required).
- Toolbar and menu integration to make creating rules easy.
- Several ways to create new rules, meaning a rule can be created in as little as one click.
- Automatic folder search - if a folder is moved, Rules Manager will locate the folder (so long as the name is the same!).
- Go to Folder function. If you have tens or hundreds of nested folders, it isn't always easy to find the one you want. Just type the name of the folder you are looking for, and Rules Manager will take you straight to it - wherever it is.
- Folder find feature. If you can't remember the name of a folder, just type a few letters. The Find Folder window will find all matching folders for you, and show you exactly where they are.
- Supports Outlook profiles. If you have more than one profile set-up, you can have a different set of rules for each profile.
- Supports Bayesian antispam measures. Bayesian filtering is one of the most effective antispam methods. Also supports an email address blacklist, to block specific senders or entire domains.
- Autoreply rules. Reply to emails automatically based on templates. You can set up different rules and templates for different purposes.
- Sophisticated import/export function allowing you to keep your rules up-to-date on more than one machine. Conflicts are detected and you can choose to ignore, replace, or combine the conflicting rules.
- Archiving function. Unlike the Outlook archive function, this one is reliable. It will split the archive into separate pst files either by year or month. Simply give the archive a name, specify a location, and the archive happens in the background (you can continue using Outlook as normal)."; 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 = ''; } }