var fDesc=new Array();
fDesc[1] = "Windows Vista Aero Theme, Icons, Windows and Menus. Unfortunatelly version 1.1 is very basic and its more similar to longhorn than vista.";
fDesc[2] = "PC industry. The application utilizes sophisticated real time 3D gaming workloads for measuring the performance of PC with the help of suite of DirectX 9 tests such as 3D graphics tests, CPU tests, and 3D feature tests including the HDR/SM3.0 graphics tests, as well as SM2.0 graphics tests.";
fDesc[3] = "not record the audio through the sound card, it does it digitally, ensuring you perfect copies of the originals. The program can also perform a test to check that the copies are perfect.";
fDesc[4] = "one of his trips to the Middle East and realizes that selling arms is not a good business for his soul. He develops a robotic suit that helps him fight foes left and right. The game features awesome graphics and many weapons that can be used from within the suite.";
fDesc[5] = "an application influences the way we like or dislike an application. There are many applications that get the job done, but when there is one that does what it is supposed to do and has good looks, you cannot but love it.";
fDesc[6] = "ship or ships into combat. The plot is a well-known one for Star Trek fans: the Borg, a race of cybernetic humanoids, is trying to form an alliance with a rogue Vulcan.";
fDesc[7] = "their Windows XP PC is compatible with the lastest Windows Installment. The tool will scan your system and report drivers and software installed that are non compatible with Vista.";
fDesc[8] = "PC with CD or vinyl decks. All you need is a PC and an audio interface (USB, FireWire, PCI compatible).MixVibes PRODUCER gets all the functionalities of DVS, boosted with pro features. This software brings another step towards making the DJ a musician and remixer thanks to a set of amazing creative tools. PRODUCER features: Mix the video files:Access to your favourite video files and include them in sync in your mix. Video clips format such as divx, .avi, .vob, .mov, .mpeg 1 or 2 are compatible. If your computer is powered enough (check the recommended specs) and you have the codec installed on your machine, specific and professional video formats such as H.264, mp4 and HD files can be supported. Along with the video, a special rack includes various video effects and transitions. The mixed video output can be sent to a secondary screen monitor or projector. 16 players are available to...";
fDesc[9] = "advanced mode. It is considered to be the most award winning collection of data and analysis software. Data studio allows the users to watch the science unfold in front of them in real time with data collection, graphing, and analysis.";
fDesc[10] = "install the application, the only trace you will see of it will be on the tray menu. There, you have to access the settings just so that you know how to activate the thing. You can only turn the magnifying glass on and off with a hotkey.";
fDesc[13] = "version of Sweet's electronic content. Sweet's CD provides quick access to the most accurate, up-to-date product information available - with no internet connection required! Plus, everything is cross-referenced to the traditional Sweet's Catalog Files Data Filing Format and Sweet's BuyLine service for instant contact with the manufactures and reps of you choice, by phone, fax, or email. With Sweet's CD you can find all the data you need on any product in a single search. Whether you are looking for CAD Library details, product images, selection criteria or detailed 3-Part Specs, with Sweet's CD you'll quickly find the data you need to make smart comparison, selection, specification and purchase decisions. An additional feature of the Sweet's CD is the ability to save product information you have selected into Project Folders you can name to match any project names or numbers you are...";
fDesc[14] = "you and your customers with detailed records. With Engine Build Log 1.1 you can input specs for complete engines, machined block or complete short block, rotating assembly and complete head, ignition/fuel";
fDesc[15] = "templates, other Access databases or from scratch. Includes complex primary key definition. Generates code modules f...";
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 = '...';
}
}