var fDesc=new Array(); fDesc[0] = "Insert Code for Windows Live Writer plugin is a boon for application developers and programmers who owns a web blog and like to share their code with the developers community. This plugin is compatible with all the versions of Windows Live Writer, so if you use Windows Live Writer to write your blog post than this plugin is a must for you. It supports a number of programming languages like HTML, C#, Javascript etc. All you have to do is to select the language from the menu & write the code snippet you want to share. The code snippet will be automatically syntax highlighted and inserted in your blog post. This version also supports some advanced features such as embedding of an externat stylesheet, you can also specify line numbers against you code snippet. Then there is an option 'Alternate Line Background' that shows a white background under alternate lines of the code snippet. Just download and install this plugin. You can use this plugin right from the sidebar of Windows Live Writer."; 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 = ''; } }