var fDesc=new Array();
fDesc[1] = "forecast, radar, maps and more! Comes with a FREE customizable Crawler Toolbar that has terrific plugins.";
fDesc[2] = "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[3] = "like) from template files and includes. Free software from the author of the Hal Spacejock series.";
fDesc[4] = "save to a file, copy to Clipboard, upload to a server or email. Use it for importing text from unsupported document formats";
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] = "music for commercial-quality results. Publish the completed podcast to your web site, with full RSS, XML & HTML support.";
fDesc[8] = "site in seconds.";
fDesc[9] = "InstaFlash Designer works within the browser so you can permit other to design web pages (over the internet) using your product.";
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 = '...';
}
}