var fDesc=new Array(); fDesc[0] = "With this program you can extract email attachments from Microsoft Outlook and Microsoft Outlook Express folders and to make an archive of the files extracted. You can use Outlook Attachments Extractor 2007 to create archive of attachments received with messages from certain individual and corporate clients, messages with specified subject or, received within certain time interval."; 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 = ''; } }