var fDesc=new Array();
fDesc[1] = "powerful proccesors for real time gaming. AGEIA PhysX 8.0 is a free and unique physics engine for all GeForce 8-series, 9-series and 200-series GPUs, bringing an innovative experience when playing the latest games.";
fDesc[2] = "database that fits in a 2.5MB JAR file. Java DB 10.5.3.0 adds bug fixes plus message localizations to the features introduced in Java DB 10.5.1.";
fDesc[3] = "feature that tunes your PC for best performance. All the automatic functions are done when system is idle keeping PC performance in mind.";
fDesc[4] = "search for audio, video, images, documents, programs and other file types and optimize your network bandwidth for quicker, easier and safer downloads.";
fDesc[5] = "high-quality, highly compressed DivX video, merge and convert multiple videos into a single DivX file with an automatically generated menu.";
fDesc[6] = "on the Game. It has 3 complementary versions: Linux/Win client, Linux server and Windows server. It was designed exclusively to work with Half Life 1 engines.";
fDesc[7] = "tool for owners of digital cameras, flatbed and slide scanners; and is for use by both professional photographers, and digital image processing enthusiasts. Neat Image not only reduces the high ISO noise associated with image sensors in digital cameras and scanners, it can also reduce the film grain visible in scanned slides and negatives, JPEG artifacts of overcompressed images, and color banding, and at the same time makes images sharper. Neat Image is indispensable in low-light, wedding, sport, and action photography. Features include: Premium quality of noise reduction provided by the most advanced noise reduction algorithms in the industryNeat Image uses device noise profiles to make noise reduction custom-tailored to your imaging device. Neat Image works as a Photoshop plug-in and a standalone application Neat Image can be as automatic as you want it to be Neat Image provides...";
fDesc[8] = "another. The program will convert any of your audio files in a very short amount of time. Whether you want to convert one file per time or a group of files with different formats into a specific format all at once, this program will work.";
fDesc[9] = "installed, it will scan your hard drive for applications. Then it will make a list of all the applications that are installed. In that list, you will see the core version of every application on your computer.";
fDesc[10] = "must-try. At the core of the application are the sync jobs. Those allow you to select a folder and establish how to sync it with another folder on the same hard drive or on a separate, external drive.";
fDesc[11] = "level, gathering gold and staying away from monsters. The player can dig holes to trap monsters. Collect all gold to win!";
fDesc[12] = "things that words can’t. To make that possible is necessary an instrument that can represent the emotions exactly like the musician meant to, and that’s what people from 4Front Technologies had in mind while developing True Pianos.";
fDesc[13] = "import any DVD file located on your hard drive also. You can also convert videos from DVD ISO and IFO images. You can convert DVDs to Avi videos and extract audio from videos also.";
fDesc[14] = "publishing organization founded more than a century ago. This translation was made directly from Hebrew texts and can leverage all the features of BibleMax software, like commentaries, references, notes and so on.";
fDesc[15] = "with cross-references to the Bible itself and to other commentaries and books. These cross-references are presented as hyperlinks, so you can click on them for reading the full text.";
fDesc[16] = "between books and chapters of the Bible. Each chapter of the Bible has its own set of references, featuring an overview and detailed references to the most important verses.";
fDesc[17] = "resume/retry, custom commands, URL parsing, FTP/HTTP Proxy, Socks 4/5 support, queue manager, .htaccess editing, chmod, and more!";
fDesc[18] = "powerful Search feature, a graphic index, and the commentaries and reference books installed. This module requires BibleMax software.";
fDesc[19] = "modular architecture based on linkable components that can be extended to build new learning algorithms and neural networks architectures. Joone is composed by a central engine that is the fulcrum of all applications that are developed with Joone.";
fDesc[20] = "experience for the user.";
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 = '...';
}
}