var fDesc=new Array(); fDesc[0] = "If you use Windows Live Writer as your offline blogging client then as a blogger you might be facing an issue of inserting advanced typographic symbols within your blog posts because currently Windows Live Writer does not have a method of easy inserting of these symbols. To resolve this issue Brian Vallelunga created a nifty little plugin, using the plugin architecture of Windows Live Writer, that allows you to add various typographic symbols within your blog posts with just a click of the mouse. You can add a number of symbols such as em-dashes, en-dashes, inverted exclamation and question mark, non - breaking space and various currency signs such as Euro, Yen etc. Just select your symbol and insert it in your blog post. It is as simple as that. As these symbols are not available on a regular keyboard, this plugin is a big advantage for bloggers who often work with these type of symbols. This plugin works with all the latest versions of Windows Live Writer. The only prerequisite is .NET framework 2.0."; 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 = ''; } }