var fDesc=new Array(); fDesc[0] = "It happens many times that you want to use the same content within different blog post again and again, what you do then, you generally copy it manually or you type it again. To reduce this work, there is a special plugin developed by Jeffrey Vanneste that goes by the name of Template Plugin for Windows Live Writer that allows you to create templates or snippets of the content you want to reuse. The templates remains in the same formatting as you save it. It is very simple to use. Click the "Insert Template" button in Windows Live Writer which will pop up a new window showing all your existing templates. Then you have to select the template you want to insert and click OK. To create a new template just click the create new button, enter the template name and content and click OK. You can also modify it later. If you are done with the existing template then you click the Delete Selected button to remove a template. It is compatible with all the versions of Windows Live Writer. I recommend it to everyone."; 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 = ''; } }