var fDesc=new Array(); fDesc[0] = "The Pandali Folder Master for Outlook is a small, lightweight utility to help users manage their Outlook folders. It helps you:

- Transfer your Outlook folders to another machine or to Gmail and other IMAP services.
- Allows you to delete, copy, and move multiple Outlook folders in batches. No more right-clicking on folders one by one!

Pandali Folder Master saves you time by eliminating the repetitive one-by-one folder operations that you experience with Outlook. Checkboxes and Shift Click allow you to select many folders at once so you can delete, copy, or move them quickly to where you want.

And now includes an easy-to-use wizard to help you transfer your folders from Outlook on one machine to another. It will guide you step by step in selecting the folders you want to move, copying them to a temporary Personal Folder (PST) file, and then bringing them onto Outlook on the destination machine.

Also included are instructions on transferring folders to or from Outlook and Gmail, or other IMAP email providers. Great for copying your Outlook folders to a new computer or new machine."; 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 = ''; } }