var fDesc=new Array(); fDesc[0] = "Almost half a year ago I’ve release the first version of the Imtech SEO Slugs Windows Live Writer Plugin. Using the selected text the plugin generates a Search Engine Optimized slug for your post by removing all the noise words. By default slugs are being generated using the post’s title which usually doesn’t contain any HTML markup. There might be situations however when you would like to generate a slug using some text in the body instead."; 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 = ''; } }