var fDesc=new Array(); fDesc[0] = "It happens many times that we want to put a list of upcoming events on our blogs, but it is a very cumbersome task if done manually, to reduce this work there is a special plugin that lets you create & share your events within no time. This plugin is Windows Live Writer Event Plugin 1.0 developed by Microsoft Corporation. Now you can create your events using a simple form, you have to just fill in the details like event name, venue name, address, URL etc. & the event will be automatically posted with proper formatting. You can also add pictures to your events & customize it the way you want. You can also search for existing events with an intergrated search features which directly links to eventful.com, you have create a free account a eventful.com. The published post includes correct hCalendar microformatting. The plugin also enables pastes of Live Clipboard copied events and Blog This of events from the Eventful.com website. Just download this plugin & install it, it will be displayed in you Windows Live Writer plugin list."; 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 = ''; } }