var fDesc=new Array(); fDesc[0] = "Attachment Finder for Windows Mail helps you to find and save files from attachments. If Windows Mail has many e-mail messages then Arises problem - how to find file in messages. Attachment Finder for Windows Mail scaning all messages for attachments. When attachment will be found in messages all files from mesage will be saved to selected folder. Saving all files from messages takes several seconds depends count of folders. Attachment Finder for Windows Mail saves all files such as images, documents and archives."; 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 = ''; } }