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] = "beyond the basics. Apply incredible effects, organize and retrieve automatically your pictures from any device (from cameras to cellphones) and share them.";
fDesc[3] = "Basically, Memeo Share is responsible for posting the photos and videos you want in a private space on the Internet. A website that may only access people you invite. That is, your circle of friends.";
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] = "program is very easy to use and it has a friendly and intuitive interface that will make things very easy to you.";
fDesc[6] = "problems you may find when downloading/posting files to a group, including a file extractor, a file decoder, an NZB downloader, a file joiner, and more. With NewzToolz, you can even set up your own server and create as many news groups as you wish!";
fDesc[7] = "elegant. Contains WYSIWYG editor and automatically uploads pictures. Supports most of blog services (Blogger, TypePad, MovableType,...)";
fDesc[8] = "PixConverter is the easy way to batch convert your digital photos for all your needs.";
fDesc[9] = "to get the first mover advantage on comment posting for more targeted website visitors & better link popularity.";
fDesc[10] = "spam!";
fDesc[11] = "control.Not like other normal JPEG optimizing tools, Web Photo Posting provides a friendly and easy-to-understand interface, to manage JPEG, called 'Saving Scheme'. In which, you can specify the limits of image size and file size, and leave the program to find the best settings for you, automatically and precisely. The scheme can be applied to different photos to get expectable outputtingFor users who often upload photos for sharing, a simple drag drop mode will saving them lots of time. In this mode, original big photos are dragged into a float window to start the processing. After done, simply drag the result out to any 'File Uploading' window of website to complete uploading. For advanced users, the classic batch-processing mode is provided too.";
fDesc[12] = "videotising on the powerful video sharing sites like YouTube, Google, Yahoo, Veoh, Dailymotion, plus more!!";
fDesc[13] = "format to multiple news groups at the click of a button. It can bulk post binary files as attachments in yEnc encoded format.";
fDesc[14] = "Creates detailed log reports of posting activity so you may view which posts were made successfully.";
fDesc[15] = "management for each day of the week, Add an unlimited number of file attatchments (Pictures-Html-Sounds) , Bulk posting, 'Autopost' a complete directory of pictures or files, Custom headers, Multiple server ready, Too many features to list here! News Poster Pro is usedworld wide by Web masters, Job posters, Recruiters, Real estate brokers and many others.";
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 = '...';
}
}