var fDesc=new Array(); fDesc[0] = "Supports both Outlook PST and Exchange based mailbox and public contact folders. Field manipulation functions include clear, paste, find & replace, change text case, trim field, change company name and address.

Data transfer functions include move, copy and switch field data. Standardization functions for MessageClass, CompanyName, FileAs, EmailDisplayAs, Fullname, and SelectedMailingAddress fields.

-25 functions for Outlook 2000-2007 in 8 categories to manage both standard and user-defined field data with full preview and ability to override any pending change prior to update."; 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 = ''; } }