var fDesc=new Array();
fDesc[1] = "resolutions up to 1080p and compresses digital video 5 to 10 times more than MPEG-2/DVD format. It also has function of reducing grain and low-light noise (common with DV cameras) without significantly degrading the video with the automated noise reduction feature.";
fDesc[2] = "play MPEG-4 movie files or network distributed streams.Real-time decoding up to 720x576 (coding speeds for Pentium/Athlon above 1 GHz).Plays MP4 files and streamed MPEG-4 video (ISMA compliant)Full MPEG-4 conformity (ISO/IEC 14496) for Simple and Advanced Simple ProfileHighly sophisticated post-processing improves picture quality.";
fDesc[3] = "images together with different layouts, templates, photo frames, mask effects, cliparts and word arts. Created collages can be saved, printed, sent via E-mail or saved as wallpapers.";
fDesc[4] = "a team of worms and to fight against the other team. 3D graphics. Good sounds. Really fun. You can compete agains the pc or other player.";
fDesc[5] = "Prix Mode, Extreme Mode, Time Trial, Training Mode and Multiplayer * All 24 riders from the 2004 Season * Race online along with 15 more players. Buy it online for a really affordable price.";
fDesc[6] = "problems. A common issue with video is the lack of the correct codecs in your system, causing your player to fail when trying to reproduce certain files, this pack helps you by providing some of the most common codecs needed.";
fDesc[7] = "plot and with multiple possibilities for customization. It's also an engine for creating strategy games based on XML. It's free, allows networking, it runs both on windows and linux.";
fDesc[8] = "etc.). And get a report with their main characteristics. Shows details of the hardware. Makes a rigorous comparison between PCs and other computers configured by default. It is also noteworthy that the program detects the latest technologies.";
fDesc[9] = ", bugs and defective components. It is a burn-in test with uniquely designed state of the art DefectTrack engine.";
fDesc[11] = "not excessively rewarding because it is too simple but is one of the products that is very simple to install and we play whitout complications.";
fDesc[12] = "application is in the form of a game pertaining to aircraft combats. The game has a full tutorial to make the users accustomed to the options and controls of the game. Airblaster consists of as many as 4 game modes. The first game mode is 1vs1 which is related to single aircraft combat.";
fDesc[13] = "designed for real-time CPU frequency, throttling and load level monitoring and on-the-fly adjustment of the CPU performance level on supported CPU models via processor's power management model-specific registers (MSRs). In automatic management mode it continuously monitors the CPU usage level and dynamically adjusts the CPU frequency, throttle and/or voltage level as needed, realizing the \"Performance on Demand\" concept.FeaturesReal-time CPU clock and CPU/OS load level determination and monitoring (with optional logging).Detection of virtually any form of CPU clock throttling.Dynamic on-demand CPU performance state (P-state) transitions via real-time adjustment of CPU multiplier (FID) and/or requested voltage level (VID).Dynamic on-demand CPU clock modulation via real-time transitions between CPU clock throttling levels.Fine-tuning of advanced CPU-specific power management settings for...";
fDesc[14] = ", a high performance Mirage Graphic Engine, a high performance memory controller, an AGP 8X interface, and SiS MuTIOL 1G Technology connecting w/ the SiS963L/SiS964 MuTIOL Media IO.";
fDesc[15] = "HyperTransport interface for the AMD Athlon 64 processor family, an AGP interface, an Mirage2 graphic engine, a local frame buffer interface and SiS MuTIOL Technology, which connects with the SiS964 MuTIOL Media IO.";
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 = '...';
}
}