var fDesc=new Array(); fDesc[0] = "Power Email Verifier can check your email lists for valid emails. It can import large lists with no problem. Uses multithreading to verify emails at a very fast rate. Simulates the sending of email without sending any messages. Program supports the following file formats: delimited, text, csv - windows address book, and over 7 mail list formats. Verified email records are saved in the same format that they are imported in. Program comes completely pre-configured, just load list and go! Available in 32-bit and 64-bit versions!"; 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 = ''; } }