var fDesc=new Array(); fDesc[0] = "Windows Mail Attachment Extractor - Saving windows mail attachments and images into a directory of your choice with just three clicks.
- Manage email attachments in a flash.
- Save any attachments, such as image files, into a directory of your choice.
- Save only files above a specified size.
- User friendly, Windows Vista-style interface.
- Support Double-Bytes Characters (Asia).
- Options for managing your email attachments in a breeze.
- Work with any version of Microsoft Windows Mail on Vista."; 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 = ''; } }