var fDesc=new Array();
fDesc[1] = ", specially for those users who don't want to fight with HTML source code, as they will be able to edit web pages without technical knowledge, just like writing a document in Word.";
fDesc[2] = "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[3] = "tools that rely on URL blacklists, PicBlock blocks porn by detecting the amount of flesh tones in images.";
fDesc[4] = "Copy\", \"Copy Right Protected\" or \"All Rights Reserved\" or anything what you want. You can tile the watermark everywhere on the image or select desired position for the watermark.";
fDesc[6] = "options of images, colors, backgrounds; and more, to do it in a quick way and using their creativity and imagination. With Template Shaker the work is done intuitively, but if you need more information a help notice will appear in every selected screen.";
fDesc[7] = "providing connectivity to Subversion. This is the core of the Eclipse platform. It includes the user interface framework and widgetry (called SWT - Standard Widget Toolkit), the skeleton of the Eclipse application .";
fDesc[9] = "database that allows you to submit your web site to the Internet's biggest search engines and directories and request domain whois information.";
fDesc[10] = "Generator and HTML/xHTML Validator three web tools.";
fDesc[11] = "images. With this application you can edit graphics, texts, etc. It also has features like palette optimization, data compression and color reduction for a smaller file size. It provides a \"Drag and Drop\" option to build, optimize and adjust your frames easily and fast.";
fDesc[12] = "the first top pages of a search engine result for a specific keyword search.";
fDesc[13] = "text, as well as look better on the Web. Version 2.0 comes with the latest release of SmartSaver Pro 2, ...";
fDesc[14] = "e-album without any special knowledge. The program is extremely easy to use and does not require any additional software.";
fDesc[15] = ", and batch it on a single process, then this is the time-saver that you are looking for!.";
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 = '...';
}
}