var fDesc=new Array();
fDesc[1] = "Bars\". Microsoft Engineers now thougth it would be a good idea to change all the menus in order to make easier to see at a glance, Lets wait a little and see what the users think about this new experience. I think the change is good, but not that good.";
fDesc[2] = "both with voice, calling, video conference, gaming, and mailing functions. The program has not changed much from the previous versions in its core, but adds a great array of new features that the user can surely benefit from.";
fDesc[3] = "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[4] = ", Java Core Classes, Java Plug-in. Java 2 Runtime Environment Standard Edition is the core component of Java Development Kit.";
fDesc[5] = "Share your movies all over, on iPods, YouTube, or the new HD home theater systems, with full support for discs as AVCHD, Blu-ray and HD DVD.";
fDesc[6] = "technology. Main features: Benchmarking Software - Show how many Frames Per Second (FPS). Realtime Video Capture Software - Fraps can capture audio and video. Screen Capture Software. Support for Vista and DirectX 10 games.";
fDesc[7] = "Windows API for timing by directly using the RDTSC (Read Time Stamp Counter) instruction. Applications that rely on RDTSC do not benefit from the logic in the operating system to properly account for the affect of...";
fDesc[8] = "This reliable utility gives the user the capability of updating and maintaining web sites through FTP (File Transfer Protocol). It is possible as well to upload and download files via SSL, TLS and SFTP, to and from FTP servers.";
fDesc[9] = ", Windows often doesn't manage your multiple cores very well, so you're not actually getting the full multi-processor power you paid for.";
fDesc[10] = "and video files. It supports Winamp 2.xx VIS and DSP Plugins as well as full XML integration between our Playlist and Media Manager.";
fDesc[11] = "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[12] = "regular browser, can perform site to site transfers, user can edit files at both ends of the connection, it supports firewall, etc. The included Site Manager window allows the user to set the site name, host IP address, user name, password, etc.";
fDesc[13] = "support and database administration packages, PHP engine with 50 extensions, Zend Framework for advanced PHP developers, Zend Optimizerfor running encoded PHP files, Zend Debugger, Zend Enabler and Zend Updater for updating installed components.";
fDesc[14] = "lengths, and many other factors related to both powdered iron and ferrite toroids. The program will also enable you to calculate parameters for air wound coils used in the construction of linear amplifiers, low pass filters and antenna matching units.";
fDesc[15] = "of each core in each processor independently of the motherboard. It utilizes the DTS system (Digital Thermal Sensor) located in the processing core. To utilize the software you have to unzip the file and the program will be directly extracted to run.";
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 = '...';
}
}