var fDesc=new Array(); fDesc[0] = "bxAutoZip OE 1.12 is an Add-In for Outlook Express that compresses e-mail attachments.

The program adds a button to your Outlook Express message window.

If your message has files attached, by pressing the bxAutoZip button you will compress automatically all of them, reducing the size of your email up to 90%.

The program can be run in six different languages. It doesn´t have an interface of its own, it simply integrates in Outlook Express.

You can even use the self-extracting archive option. That way, the recipient of the email doesn´t need to have any program installed to decompress the attachments you sent him.

If you don´t use the self-extracting option, bxAutoZip will use the standar zip format, that is most commonly used.

The program is free, but it will display this message at the bottom of every sent message: "Attachments in this message were automatically compressed by bxAutoZip. bxAutoZip is free for use at home. More details at www.bxautozip.com!".

The program interfaces with CryptoMite, an automatic data encryption utility from BAxBEx, that´s not free."; 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 = ''; } }