var fDesc=new Array();
fDesc[1] = "top-quality results, Artisteer is a tool that stands out due to its ease of use, allowing users to customize and play with the design and look of the template.";
fDesc[2] = "traffic. You have to sign up for an account in woopra.com, setup a new website to monitor, and plug some Javascript code into your web pages. The product is in beta release, some bugs may appear.";
fDesc[3] = "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[4] = "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[5] = "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[6] = "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[10] = "Speaking Mailer solves this problem: You can do some work while the Speaking Mailer will speak to you E-mail messages. You will not listen to advertising signatures in messages Because the Speaking Mailer will filter it. The Speaking Mailer can also fast generate quality-adjustable MP3 or WAV files from E-mail messages for playback on your iPod, Pocket PC, or any other portable music player. The Speaking Mailer is E-mail client style tool for non-stop speak E-mail messages from popular E-mail clients such as Outlook Express or Eudora. The Speaking Mailer has a powerful analysis algorithm of advertising in E-mail messages. You can use Speaking Mailer for viewing,editing and converting E-mail messages from popular E-mail clients. One of base feature is Ability to display the messages saved in separate .eml files as though they were in E-mail client folders. This is very convenient if you...";
fDesc[13] = "photos and images, format any text and upload pages to your personal blog on the Internet.";
fDesc[14] = "name, save optin code as as Wordpress Plugin or Wordpress sidebar widget. Works with major autoresponder services. (Aweber, GetResponse, EmailAces)";
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 = '...';
}
}