var fDesc=new Array();
fDesc[1] = "support to a new protocol being supported to being able to control your downloads remotely, µTorrent 1.8 is making a statement.";
fDesc[2] = "and easy to manage. It guides user throughout the whole process, without needing any programming skills. Step by step, any user can build a web site without any programming knowledge.";
fDesc[3] = "forecast, radar, maps and more! Comes with a FREE customizable Crawler Toolbar that has terrific plugins.";
fDesc[4] = "engine site maps with Text, HTML, RSS and XML sitemaps within your root directory. The advantage of this software is, it helps people discover more of your website by placing it in the most popular search engines.";
fDesc[5] = "for a beginning web master. It doesn’t require HTML knowledge. The web site is created by wizards and pre-made templates. There are a lot of tools and features that make your work easier. LMSOFT Web Creator is very powerful.";
fDesc[6] = "need to be a computer science guru and learn Internet technologies";
fDesc[7] = "contains a built-in mini FTP client and a site manager to upload and download generated RSS feeds. It also contains an XML previewing tool. The program can save your feeds as HTML.";
fDesc[8] = "publisher comes in two different editions: the personal and the professional. You can use the personal edition for free with limited features, whereas the profession edition can be acquired in an economical package.";
fDesc[9] = "like) from template files and includes. Free software from the author of the Hal Spacejock series.";
fDesc[10] = "on Windows, Mac OS X and Linux computers. The application serves two basic purposes. The first one of them is to provide you with RSS feeds/news. Secondly, you can link it with your Facebook or Twitter account and you can get a number of alerts on your desktop.";
fDesc[11] = "them to websites through an enhanced built-in FTP uploader. The program lets webmasters control feed properties and manually add/edit/remove news from their RSS feeds. The program also has a preview option.";
fDesc[12] = "save to a file, copy to Clipboard, upload to a server or email. Use it for importing text from unsupported document formats";
fDesc[13] = "XML or compressed gzip format, keep up-to-date, edit them, upload to web server and submit to search engines that support XML sitemaps.";
fDesc[14] = ", but also save and manage existing RSS feeds";
fDesc[15] = "RSS, Atom, and RDF formats are supported).";
fDesc[16] = "feed subscribers. Stop searching for places to promote your blog, and quickly submit your feed to 200 of the top blog and RSS feed directories.";
fDesc[17] = "Unique to this software is its ability to create a new RSS feed from several others that have already been created.";
fDesc[18] = "with a special format) to an FTP server, and this includes the music file transfer too. PLEASE, BEWARE! there is an important bug, don't press the \"Add\" button! Instead, drag and drop files from Explorer.";
fDesc[19] = "music for commercial-quality results. Publish the completed podcast to your web site, with full RSS, XML & HTML support.";
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 = '...';
}
}