var fDesc=new Array(); fDesc[0] = "If you are a software developer and you use Visual Studio to develop a project, and you often share that code on you web blog than this plugin is a must for you. This plugin goes by the name of Paste from Visual Studio for Windows Live Writer, allows you copy syntax highlighted code from Visual Studio directly to you blog. It is developed by Douglas Stockwell, who is a software developer himself. It is compatible with all the latest versions of Windows Live Writer. It automatically converts the source code into elegant HTML using proper syntax highlighting, so that you can use it in you blog post without any errors. The latest version of this plugin has some new features such as more efficient HTML output with automatic removal of common indentation and support for non-ASCII characters. All you have to do is CTRL-C in Visual Studio, click a button in Windows Live Writer and the code will be copied into you post with syntax highlighting. I recommend to every programmer who develop and share the code at the same time."; 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 = ''; } }