var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to extract email addresses from Windows Live. Unfortunately, this software only works with the Hotmail Inbox, no other folders. There is also a feature to select which part of the email to extract from: From, Subject or Body. There is even a filter option to extract only emails that contains certain characters (such as "support" or "slate.com"). The extracted email addresses can be saved as a text file of copied to the clipboard. This software will save you time by automatically retrieving email addresses that would take hours to copy by hand."; 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 = ''; } }