var fDesc=new Array(); fDesc[0] = "Easy Email Extractor is a handy freeware application which allows you to easily extract email addresses from files, folders and urls. You can extract email addresses from entire folders or hard disks by filtering file extensions to search. Other supported options are: copy the email addresses list to the Windows clipboard and then paste it anywhere you like, export the email addresses in a specific file."; 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 = ''; } }