var fDesc=new Array(); fDesc[0] = "E-mail Talker is a popular award-winning email notification software for MSN Hotmail and POP3 email accounts. Your favorite speaking animated character reads aloud incoming emails. Features antispam filtering, simultaneous account checking. Allows you listen to your emails, web pages, documents, help files or anything else you copy to the clipboard. E-mail Talker uses Microsoft Agent technology."; 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 = ''; } }