var fDesc=new Array();
fDesc[1] = "fault-tolerant SATA RAID 10 arrays on select Intel® 5 Series, 4 Series, 3 Series, 965, 975X, 955X and 945 chipset-based platforms. It provides support for high-performance SATA RAID 0 arrays & redundant SATA RAID 1 arrays on select Intel® 5 Series, 4 Series, 3 Series, 965, 975X, 955X, 945, 925, 915 chipset-based platforms. It also provides AHCI support on select Intel® 5 Series, 4 Series, 3 Series, 965, 975X, 955X, 945, 925 and 915 chipset-based platforms, as well as on Mobile Intel® 915/910 chipset-based platforms.";
fDesc[2] = "as well as from portable mass memory units such as Flashcard, Memory Sicks, Camera cards, etc. The application offers selection of drive, type/format of media files to recover (audio, pictures, photographies, movies, video) and the target folder for the recovered files.";
fDesc[3] = "provides commands binding of Visual Basic with different events and elements manage on the page. So, you will be able to pay more attention to the development process itself.This tool allows you quick add ActiveX controls (and the VBScript or JavaScript needed to manipulate them) to your HTML pages.";
fDesc[4] = "kinds of appliances, cabinets, tiling, decoration, technical symbols and space constraints. This new version features virtual reality, improved dimensions and much more.";
fDesc[5] = "menu bar, one toolbar, two windows and in the foot of the program we can see an advanced box, a filter strenghtt and two buttons more.";
fDesc[6] = "boxes, each containing five puzzles. The interface is extremely simple and modest, but the real strength of this game collection is in its challenging and intensive action.";
fDesc[7] = "applications before starting up the desired one. Typically, it would remove your desktop background, shut down the Vista sidebar and the desktop shell. Functions are forced to run in the background.";
fDesc[8] = "skills while you battle it out against intelligent computer players. Glorious 3D graphics with pure addictive game play.";
fDesc[9] = "in 2.4GHz wireless communication for your desktop computer. Designed for both business and home users, this Wireless PCI adapter provides the speed, coverage, and security expected by today's wireless users. Based on the IEEE 802.11g standard, the EZ Connect g Wireless PCI Adapter is 15 times faster than the widely used 802.11b wireless networking devices and is 100% compatible with existing 802.11b wireless networks. The SMCWPCIT-G is extremely fast and can handle streaming video, multimedia and all other bandwidth-intensive applications. Wireless clients can now easily obtain instant, seamless high-speed network connection. The SMCWPCIT-G significantly increases the performance of mixed-mode (802.11b and 802.11g) networks and 802.11g-only networks - up to 3x more throughputs in mixed-mode networks and up to 50% throughput improvement in 802.11g-only networks.";
fDesc[10] = "practice through a large amount of sample questions.\"";
fDesc[11] = "commands so that your CPU remains cool even when several applications are opened. There are many applications like this, but they often take different approaches. Most of them increase the speed of your fans so that more heat can be exhausted from the surface of the CPU.";
fDesc[12] = "icon image and enables you to check how much of your CPU's capacity is in use. It also allows you to change the refresh rate of the tray icon and configure the program to load on windows startup.";
fDesc[13] = "in the order they are acquired. Go back and enter some text or add some image annotations. Lesson creation has never been so fast. ScreenSteps brings simplicity to the labor intensive process of software documentation. Watch the screencasts to learn more about how much time ScreenSteps can save you. http://screensteps.com /screencasts/";
fDesc[14] = "virtual planet-sized space ship’s environments and futuristic characters' personalities. Players are challenged to interact with the wave of change taking place on the Harbinger virtual space ship and to help overthrow the ruthless rulers.";
fDesc[15] = "of work on the PC. The objective is to place four of your pieces in a row either horizontally, vertically or diagonally";
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 = '...';
}
}