var fDesc=new Array(); fDesc[0] = "Gist Plugin for Live Writer it will allow you to use your GitHub account and paste embedded Gist into your blog post, all from within the Live Writer! This makes it easy for anyone to tell stories like a professional blogger. You can create beautiful blog posts, and see what they'll look like online before you publish them 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 = ''; } }