var fDesc=new Array();
fDesc[1] = "labels, dividers, business cards and name badges are a breeze to create. Labels are an essential part of everyday office operations and this software seamlessly interfaces within Microsoft® Word for Windows, adding panache to daily tasks.";
fDesc[2] = "known to miss many features that all other devices have. One of those is the ability to use the device as a Mass Storage unit. You can fix that with DiskAid.";
fDesc[3] = "files, such as video, music, documents, etc., both from Internet and FTP browsers. It is possible to set up the program integration with any of the following browsers: Firefox, Opera, Mozilla, and Netscape.";
fDesc[4] = "Commander Sheppard, a soldier of the elite fleet of the Alliance of Systems (An organization that agglutinates all the old nations of the Earth).";
fDesc[5] = "and Cyrillic alphabet tables, and some other things. This application is designed to help us create all types of reminders: to-do lists, anniversaries, special events, appointments, quick memos, meetings, and so on.";
fDesc[6] = "text, HTML, attachments, and subject rotation. Includes a free download.";
fDesc[8] = "via LAN or Internet providing endless re-playability. * New multiplayer features, including customizable squad colors, banners, badges, insignia and names, and the ability to ally with other players.";
fDesc[9] = "easy! Import recipients from databases, Excel, text files or enter them manually. You can store email templates in both HTML and text.";
fDesc[10] = "data. The software has a database which contains a large number of data concerning various modules. These modules are Solvents, Solutions, Elements, Biochemistry, Spectroscopy and Calculations.";
fDesc[11] = "weight and height. Therefore, this diagnostic tool called BMI Calculator will help you to identify obesity problems. With this powerful tool everybody can easily get important and valuable information regarding their weight. And with that, improve in a positive way your diet.";
fDesc[12] = "Rapidshare service. Said service allows users to upload files and share them by sending a link to the recipient party/s. Users have to download those files from the website, and the user has to input a confirmation code...";
fDesc[13] = "leading FPS engine. It has five huge levels, which features places like Aztec ruins as well as Arctic Circle. It has a wide range of weapons that includes pistols, grenade launchers, sniper rifles as well as rocket launchers. The human damage";
fDesc[14] = "Emailer is easy to use and provides you with range of features. It includes built-in modules for collecting email addressees from various web pages and verifying valid email address.";
fDesc[15] = "the outer space. As a commander, your task will be to guide and control your spaceships in different missions. Playing Critical Mass is very easy, and the gameplay will surely appeal to all fans of this genre.";
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 = '...';
}
}