var fDesc=new Array(); fDesc[0] = "Bullets are often used in blog posts to specify lists. If you are a blogger then you must be tired and bored of using the same old HTML bullets again and again. Well, here is a plugin, Bullets Plugin, that allows you to use non HTML, prettier and fancier looking bullets. There is a large number of bullets from which you can select your own. You can also specify the number of bullets you want to show depending upon the number of items in the list. You can also blockquote your bullets. If you need some space between the bullets, you can also specify that using a drop down menu. Bullets Plugin also provides a feature of adding your own custom bullets. Just add the URL of the image and it will be added as a bullet. You can add an unlimited number of custom bullets. Bullets plugin works very well with the latest version of Windows Live Writer, you must download it if you use WLW as your offline blogging client. You can access it very easily from the sidebar or from the Insert menu 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 = ''; } }