var fDesc=new Array(); fDesc[0] = "Email Address Collector is a dedicated email collector software designed to collect email addresses from Microsoft Outlook 97, 2000, 2002/XP, 2003, 2007, Outlook Express 4,5 and 6, Windows Mail for Vista, Mozilla Thunderbird v2, Microsoft Office or Adobe PDF documents, Excel (XLS) spreadsheets, Windows Address Book, HTML files or any other readable local files or folders."; 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 = ''; } }