var fDesc=new Array();
fDesc[3] = "reports. This website statistics software supports 430+ search engines from 120 different countries.";
fDesc[4] = "internet plus view live solar images and get ISS and satellite pass predictions for your location.";
fDesc[5] = "organized, and the information easily available. Smart Flow organizes everyday work and documents into categories, work processes and tasks, which include all related data, documents, contacts, and notes. The scanned documents, the references to paper documents and the links to files and Internet pages are treated as all other documents. Smart Flow provides automatic filling-in of frequently used electronic documents, by using document templates and separating the data from the documents. The frequently used work processes could be easily separated as workflow templates. Smart Flow includes a shared scheduler for appointments, available to all users of the same server. The scheduler works similarly to Outlook Calendar, but it is multi-user and includes appointment reminders, recurrence patterns, etc. Smart Flow provides also internal messaging and notification system to all users of...";
fDesc[6] = "features, Alterwind introduces unique features for professional SEO (Search Engine Optimization) and advertising campaign tracking.";
fDesc[9] = "web site usage statistics, referring sites, traffic flow, search phrases and much more! Download FREE trial version today!";
fDesc[15] = "objects and elements, each of your changes created in the 2D Designer are applied instantly in the 3D Navigator.";
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 = '...';
}
}