var fDesc=new Array(); fDesc[0] = "With outlookFiller you can import rfc822 standard text email files, and Outlook .msg message files, and even Outlook TNEF files directly into Outlook. If you have Outlook and a bunch of email files saved from an email program you used to use, then outlookFiller is the perfect utility for you! (requires .Net 2 and Outlook installed) Includes a unix-to-dos preprocessing option! Now with a 'Override received date with sent date' option. Now creates new data ( pst ) files during import, and even automatically prevents the pst files from growing to large!"; 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 = ''; } }