var fDesc=new Array(); fDesc[0] = "Affixa is a program which allows you to attach files to emails from the desktop without launching any mail system. Affixa works with Yahoo! Mail, Gmail and desktop mail applications, including Outlook, Thunderbird, Outlook Express and Windows Mail.
When you want to send your files via email, you can drag-and-drop them into the basket and email them quickly and easily. Also you can save the current basket for future re-using and creating a new one. If the file size is higher then the one defined by the email client, Affixa lets you upload the file with an integrated application called Drop.io.
When Affixa uploads your files, it composes a draft. So all you have to do is add an address and send the email."; 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 = ''; } }