var fDesc=new Array(); fDesc[0] = "This plug integrates SnagIt directly into Microsoft's Windows Live Writer.Screen captures are important when creating Blog content and having an easy way to capture images from the screen in a variety of ways and embedding them into a blog entry is a key feature. TechSmith's SnagIt is an amazing tool for capturing screen shots and marking up and editing captures easily with their built-in image editor. And now you can use SnagIt directly from within Windows Live Writer with a couple of clicks to directly embed images into your Blog content."; 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 = ''; } }