var fDesc=new Array();
fDesc[1] = "are going to manage your own farm. You will decide everything from what crops you will plant to what equipment you will buy to use in your farm.";
fDesc[2] = "suite of digital media applications. Do anything with your digital music, pictures/photos, DVD video, and your important data files and burn them to CD or DVD. All of these and more in just in one product!";
fDesc[3] = "Webshop with point and click ease. This powerful ecommerce solution is trusted by over 203,000 online shops around the world.";
fDesc[4] = ", versatile and powerful application called Trendy Site Builder, you will have the opportunity to create cool professional websites in Flash in a very easy way, and the best of all, without needing any technical knowledge.";
fDesc[5] = "programming. dbQwikSite writes all your code for you. Works with popular databases and web servers. Creates ASP, ASP.net and PHP.";
fDesc[6] = "solution for creating a PDF photo album. You can print and distribute them, burn them on a CD, send them with email or publish them on Internet!";
fDesc[7] = "explorer, a number of builders: procedures, classes, properties, structures, collections, error handlers...";
fDesc[8] = "comes a useful solution for you. Sky Soft Software Inc. has launched into the market this cool software called PDF Builder intended to please those in need of converting files to pdf format. PDF Builder converts instantly your documents to PDF.";
fDesc[9] = "compression, strong encryption, thread-safe, in-memory mode. Full compatible with TTable and DB-aware controls. Demos, utilities...";
fDesc[10] = "explorer, a number of builders: procedures, classes, properties, structures, collections, error handlers...";
fDesc[12] = "Internet. The purpose of this store builder is to provide an easy-to-use interface that automatic creates all the HTML files necessary to run your store.";
fDesc[15] = "link content (home, education, travel and entertainment editions)";
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 = '...';
}
}