var fDesc=new Array();
fDesc[1] = "It features slideshows, templates with three-dimensional effects, high transparency and even Vista-looks, along with useful tools for a highly sophisticated website design and management.";
fDesc[2] = "animated objects, Flash, Photo Slideshows and others. It has a fully integrated workspace that permits you to work efficiently and create professional screen savers in a few minutes.";
fDesc[3] = "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[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] = ", Ask & MSN), RSS import, HTML site map export etc.";
fDesc[9] = "site in seconds.";
fDesc[10] = "be a computer science guru and learn Internet technologies. Our editor makes work with RSS feeds maximally simple.";
fDesc[11] = "announce news and link to other pages. Save space while improving the look and feel of your site.";
fDesc[12] = "InstaFlash Designer works within the browser so you can permit other to design web pages (over the internet) using your product.";
fDesc[13] = "own RSS newsfeeds and podcasts. RSS Feed Creator PRO - is the best solution for WYSIWYG editing of RSS feeds.";
fDesc[15] = "feeds on your machine and upload new messages through FTP to your web sites.";
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 = '...';
}
}