var fDesc=new Array();
fDesc[1] = "Publish to most major blog services: Including Windows Live Spaces, SharePoint, Wordpress, Blogger and many others. Don't have a blog yet? Writer will help you set one up! Create a compelling blog easily: Insert photos and videos, maps, tags and lots of other cool content, all in a snap. Powerful editing features include tables, spell checker, and quick hyperlinks. Preview before you post: Writer shows you what your blog entry will look like before you post it, using your blog's templates and formatting. Compose your entries offline: Publish them later, when you get back online.";
fDesc[2] = "import your photos and videos from digital cameras, camcorders, CDs, DVDs, and Windows Live Spaces. Moreover, with this incredible program you can enhance your photos with easy-to-use tools for adjusting exposure, color, and for removing red eyes.";
fDesc[3] = "click. It provides the options to upload photos directly to your Picasa Web Album. For using this plug-in you require a login account or the use of the Picasa Web Album.";
fDesc[4] = "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.";
fDesc[5] = "they have to do it manually, but to reduce this extra work there is a special plugin that goes by the name of Now Playing Plugin that is compatible with Windows Live Writer 2.5.";
fDesc[6] = "automatically links to zemanta.com and provides services such as adding images from flickr directly to your post, making your blog post more SEO friendly, automatic tagging.";
fDesc[7] = "others. They often share their code on their blogs, but this code sometimes remained unobserved by the vistors. This plugin not only allows you to insert your code snippet within your post but is also format that code using some syntax highlighting.";
fDesc[8] = "the same old HTML bullets again and again. Well, here is a plugin, Bullets Plugin, that allows you to use non HTML, more prettier and fancier looking bullets.";
fDesc[9] = "option available in blogging platform, but here comes a nice little plugin by Justin Braun that goes by the name of Insert File Plugin for Windows Live Writer, as the name suggest this plugin is compatible with all the versions of Windows Live Writer.";
fDesc[10] = "website, at that times it becomes mandatory to add a screenshot of that website in you post. But many a time many of the bloggers switch back to third party softwares, to reduce this extra work you can download a simple plugin by Christopher Clark, Website Capture Plugin.";
fDesc[11] = "an issue of inserting of advanced typographic symbols within your blog becuase currently Windows Live Writer does not have such an option. To resolve this issue Brian Vallelunga created a nifty little plugin that allows you to add various typographic symbols within your blog posts.";
fDesc[12] = "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.";
fDesc[13] = "Writer whether it be blog settings, draft posts, recents posts etc. A single backup file is generated that can be saved on a flash drive and when you like you can restore that backup using Windows Live Writer Backup software.";
fDesc[14] = "Quote Of The Day Plugin shows a new quote everyday using the web service provided by the website swanandmokashi.com. This plugin is fully compatible with all the versions of Windows Live Writer, just go one and download this plugin,";
fDesc[15] = "iTunes Plugin for Windows Live Writer 1.0 is developed by Justin Braun. It is fully compatible with all versions of Windows Live Writer.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}