var fDesc=new Array(); fDesc[0] = "The Send As Email Plug-in for Windows Live Writer sends the contents of the blog post via email when the post is published. Supports encrypted SMTP connections, Twitter updates, and personal messages sent along with the blog post or the link to the post. Send As Email Plug-in for Windows Live Writer gives you the ability to deliver your blog's content via email, in addition to publishing it to your blog."; 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 = ''; } }