var fDesc=new Array();
fDesc[1] = "photos with friends and family is as easy as pressing a button!";
fDesc[2] = "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[3] = "images, editing them in external editors, exporting them to html gallery, publishing images to some blogs, and uploading folders or individual images to Flickr. The program should meet the demands of the users who like adding creativity to editing images.";
fDesc[5] = "weblog client which helps you in the management of all your blogs(Weblogs)in a very simple and effective way. Using BlogDesk simply saves you a lot of time, effort and energy so that you can concentrate more on the productivity of your blog.";
fDesc[6] = "they are bulk articles poster, frequent article poster, novice blogger or one of those blogger who don’t have 24 hour internet connection. Each type of blogger can write their articles and format them offline according to their site with Zoundry Raven.";
fDesc[7] = "a very powerful desktop blogging application that is not only lightweight but also very user-friendly. Post2Blog also includes some handy plugins for Firefox, Microsoft Word, etc that allows you to post to your blog directly from within the application.";
fDesc[8] = "we mainly use smileys & emoticons. If you use smileys in your blog post frequently than Smiley for WLW 2.0 is right for you. Using this plugin you can add smileys from Yahoo, Yahoo Hidden and MSN.";
fDesc[9] = "elegant. Contains WYSIWYG editor and automatically uploads pictures. Supports most of blog services (Blogger, TypePad, MovableType,...)";
fDesc[10] = "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[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] = "required to login to your online WYSIWYG editor of your Blog hosting company to post articles in your Blog sites. It is a very time saving editor because it support full drag-n-drop feature for images, tags, links and text from anywhere in your PC or Web.";
fDesc[13] = "has a single universal interface for reading and sending messages to all blogs; it allows text formatting.";
fDesc[14] = "down on a piece of paper ! No need to learn html tags. With an easy-to-use interface in which you can manipulate the text anyway you want.";
fDesc[15] = "major weBlog (*) services that support the Blogger xml-rpc engine.";
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 = '...';
}
}