var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to extract certain content within their Windows Live Inbox. Unfortunately, this software only works with the Hotmail Inbox, no other folders. There are features in the software to extract all lines, extract lines that contain certain text, lines that do not contain certain text, extract characters between two strings or extract line by line number. The extraction results can be saved as a text file or copied to the clipboard. This software is useful to the power-user who needs to extract certain data (such as "only names" or "only zip codes" or "only phones numbers") over the course of many emails."; 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 = ''; } }