var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "having to edit it first. RSS Wizard generates RSS 2.0 feeds and allows you to create, edit and publish an unlimited number of RSS feeds.";
fDesc[4] = "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[5] = "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[6] = "RSS, Atom, and RDF formats are supported).";
fDesc[7] = "information you want to broadcast to the Net by filling fields on a form, and RSS Creator will generate and publish an RSS feed for you.";
fDesc[8] = ", Mozilla browsers. Collect HTML snippets, generate bibliographies, edit snippets and export to CHM, PDF, HTML, RSS, MHT formats.";
fDesc[10] = "instantly serves dynamic XML for Ajax, RSS, Flash or any other applications that consumes XML.";
fDesc[11] = "websites from these RSS contents. The program has many nice templates. The generated websites can make you earn money through pay-per-click and pay-per-view advertisements.";
fDesc[12] = "or any ODBC Data Source.";
fDesc[13] = "easy to use and allows professional RSS feed edition with minimal effort.";
fDesc[14] = "each RSS or Atom XML element from scratch. You can edit code, validate, promote and preview your feed and publish to the Net.";
fDesc[15] = "Demon xml file. Use Google Trends form to see if something can affect your auction sites. Track PageRank, Keywork pos.";
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 = '...';
}
}