var fDesc=new Array();
fDesc[1] = "support to a new protocol being supported to being able to control your downloads remotely, µTorrent 1.8 is making a statement.";
fDesc[2] = "quality and premium performance. Today, Conexant offers a line of industry leading HD-Audio codecs, including marketing value-added Voice Processing Algorithms Digital Signal Processor (DSP) software, optimized for PC Motherboard integration for worldwide operation.";
fDesc[3] = "video recorded with a camcorder, upload a video to a portable device, or edit a project, MyDVD will allow you to do it, providing you with professional tools to create the perfect DVD for each ocassion.";
fDesc[4] = "to its superior page layout algorithms, converted documents look exactly like the original with columns, tables, bullets and graphics.";
fDesc[5] = "aspects of the same project while easily combining discrete elements into complex shots, animations, or game levels. The software also boasts a redesigned renderer that retains the speed of its predecessor while delivering superior results and simplifying the process of creating stunningly realistic images, scenes, and special effects. Other key enhancements include nestable external references, application-wide scripting and macro recording, a customizable work environment, powerful organic modeling capabilities, and a host of other new features that accelerate the creation of digital content.";
fDesc[6] = "The program uses your cognitive abilities (visual memory, reflexes,etc.); however, while it is easily understandable for beginners, it is also highly efficient for experienced users. Learn more >> Go ahead and try replacing your Start menu right now! It is safe because Vista Start Menu does not change your system settings, thus making it easy to install, as well as simple to remove.";
fDesc[7] = "deliver superior quality on the Web. With this program you can Reduce complexity and ease data integration by using powerful design tools and task panes to quickly incorporate XML data.";
fDesc[8] = "Security... that won?t slow you down!";
fDesc[9] = "tempo-matching technology is second-to-none, and its straightforward pick, paint, and play functionality has helped make ACID Pro software the favorite loop-based music creation tool for millions of users worldwide. Now reformulated to add multitrack recording and full MIDI sequencing to its superior looping functionality, ACID Pro 6 software delivers a new formula for ground-breaking music creation: loops + multitrack + MIDI. Together, these key components add up to a full-featured professional music workstation unlike any other.";
fDesc[10] = "planning entire home design projects – from concept to completion.";
fDesc[11] = "impresses everyone is its superior speed. Even if you open multiple PDF documents or books, it will not slow down your computer. It takes a fraction of memory as compared to other high end PDF reader softwares.";
fDesc[12] = "It’s not just an ordinary application that makes plotting easier, but also a powerful one that can be utilized even for the superior purposes such as scientific graphics.";
fDesc[13] = "providing them with a library collection of over 10,000 samples including midi files for their studios. The EZXNashville 1.0 uses Toontalk Percussive Compression and the sound recorded in this library of sticks";
fDesc[14] = ", archiving a steadily increasing number of files leads to a different kind of problem: Where to look for which document and what does it contain that might be of interest to you? Superior Search is a tool that makes it much easier for Windows users to handle archived files. Superior Search offers a variety of format- and language-independent document search functions that help you find the desired information as quickly as possible. This tool allows high-speed text searches in large numbers of files. Superior Search contains advanced document filters that provide for format-independent access to all information in archived files--now it's easy to search for text in different document types at the same time! These filters make it possible to read all popular document formats such as Microsoft Office, PDF, PostScript etc. In addition, you can define and search custom file types, for...";
fDesc[15] = "5.1.0.939 Home Edition lets you search from your desktop inside your driver or in the web, using the same interface, through the integrated browser function and the implemented Web 2.0 platform.";
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 = '...';
}
}